summaryrefslogtreecommitdiff
path: root/data/bzip2/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/bzip2/make.sh')
-rw-r--r--data/bzip2/make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/bzip2/make.sh b/data/bzip2/make.sh
new file mode 100644
index 000000000..3a1bb44fd
--- /dev/null
+++ b/data/bzip2/make.sh
@@ -0,0 +1,5 @@
+tar -zxvf "${PKG_DATA}/bzip2-1.0.4.tar.gz"
+cd bzip2-1.0.4
+make bzip2 bzip2recover CC=arm-apple-darwin-gcc
+pkg: mkdir -p /bin
+pkg: cp -a bzip2 bzip2recover /bin