[arch-commits] Commit in lbzip2/repos (community-x86_64 community-x86_64/PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Oct 15 12:45:50 UTC 2014
Date: Wednesday, October 15, 2014 @ 14:45:50
Author: jlichtblau
Revision: 120710
archrelease: copy trunk to community-x86_64
Added:
lbzip2/repos/community-x86_64/
lbzip2/repos/community-x86_64/PKGBUILD
(from rev 120709, lbzip2/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: lbzip2/repos/community-x86_64/PKGBUILD (from rev 120709, lbzip2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-15 12:45:50 UTC (rev 120710)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Dan Ziemba <zman0900 at gmail.com>
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+
+pkgname=lbzip2
+pkgver=2.5
+pkgrel=3
+pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
+arch=('i686' 'x86_64')
+url="http://lbzip2.org"
+license=('GPL3')
+depends=('glibc')
+source=(http://archive.lbzip2.org/$pkgname-$pkgver.tar.bz2)
+sha256sums=('eec4ff08376090494fa3710649b73e5412c3687b4b9b758c93f73aa7be27555b')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make check
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list