1 # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
7 pkgdesc="A parallel, SMP-based, bzip2-compatible compression utility"
9 url="http://freecode.com/projects/lbzip2"
10 license=('GPL' 'GPL3')
12 makedepends=('autoconf' 'automake' 'perl' 'gnulib')
13 source=($pkgname-$pkgver.tar.gz::https://github.com/kjn/$pkgname/tarball/v$pkgver)
14 sha256sums=('ac4199ed837b4f9901ca889d92ad4183629d6dbf669bbdba2be49f99452a0520')
19 ./build-aux/autogen.sh
20 ./configure --prefix=/usr
27 make DESTDIR=${pkgdir} install