core/bzip2/Pkgfile

22 lines
445 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Very high-quality data compression program
# URL: http://www.bzip.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=bzip2
version=1.0.6
2015-07-26 18:19:41 +02:00
release=2
source=(http://www.bzip.org/$version/$name-$version.tar.gz \
2007-01-06 13:01:48 +01:00
$name.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2007-01-06 13:01:48 +01:00
patch -Np1 -i $SRC/$name.patch
make
make PREFIX=$PKG/usr install
make -f Makefile-libbz2_so
make -f Makefile-libbz2_so PREFIX=$PKG/usr install
2006-02-23 16:26:10 +01:00
}