summaryrefslogtreecommitdiff
path: root/strata/core/bzip2.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bzip2.def')
-rw-r--r--strata/core/bzip2.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/core/bzip2.def b/strata/core/bzip2.def
new file mode 100644
index 00000000..bee616ca
--- /dev/null
+++ b/strata/core/bzip2.def
@@ -0,0 +1,9 @@
+name: bzip2
+configure-commands:
+- sed -i -rf bzip2-makefix.sed Makefile
+build-commands:
+- make -f Makefile-libbz2_so
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" PREFIX="$PREFIX" install
+- install libbz2.so* "$DESTDIR$PREFIX/lib"