🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
pkgname: lbzip2
pkgver: '2.5'
pkgrel: '4'
pkgdesc: 'A parallel, SMP-based, bzip2-compatible compression utility'
url: 'http://lbzip2.org'
arch: x86_64
depends: []
makedepends:
- automake
- autoconf
- sed
- grep
- m4
- perl
source:
- 'lbzip2-gnulib-build-fix.patch'
- 'https://deb.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../lbzip2-gnulib-build-fix.patch
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true