summaryrefslogtreecommitdiffstats
path: root/bzip2/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'bzip2/Pkgfile.old')
-rw-r--r--bzip2/Pkgfile.old21
1 files changed, 21 insertions, 0 deletions
diff --git a/bzip2/Pkgfile.old b/bzip2/Pkgfile.old
new file mode 100644
index 0000000..650cefe
--- /dev/null
+++ b/bzip2/Pkgfile.old
@@ -0,0 +1,21 @@
+# Description: Very high-quality data compression program
+# URL: http://www.bzip.org/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+
+name=bzip2
+version=1.0.6
+release=1
+source=(http://www.bzip.org/$version/$name-$version.tar.gz \
+ $name.patch)
+
+build() {
+ cd $name-$version
+
+ 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
+}