summaryrefslogtreecommitdiff
path: root/strata/core/bzip2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bzip2.morph')
-rw-r--r--strata/core/bzip2.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/core/bzip2.morph b/strata/core/bzip2.morph
new file mode 100644
index 00000000..854b4d05
--- /dev/null
+++ b/strata/core/bzip2.morph
@@ -0,0 +1,25 @@
+name: bzip2
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- sed -i -rf bzip2.morph-makefix.sed Makefile
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make -f Makefile-libbz2_so
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" PREFIX="$PREFIX" install
+- install libbz2.so* "$DESTDIR$PREFIX/lib"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []