Date: Wednesday, October 15, 2014 @ 14:43:15 Author: jlichtblau Revision: 120708
lbzip2 added as dependency of clonezilla having 18 votes at the time of the move to [community] Added: lbzip2/ lbzip2/repos/ lbzip2/trunk/ lbzip2/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: lbzip2/trunk/PKGBUILD =================================================================== --- lbzip2/trunk/PKGBUILD (rev 0) +++ lbzip2/trunk/PKGBUILD 2014-10-15 12:43:15 UTC (rev 120708) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Dan Ziemba <[email protected]> +# 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 +} Property changes on: lbzip2/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
