summaryrefslogtreecommitdiff
path: root/strata/foundation/pciutils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/pciutils.morph')
-rw-r--r--strata/foundation/pciutils.morph26
1 files changed, 26 insertions, 0 deletions
diff --git a/strata/foundation/pciutils.morph b/strata/foundation/pciutils.morph
new file mode 100644
index 00000000..d50f13e6
--- /dev/null
+++ b/strata/foundation/pciutils.morph
@@ -0,0 +1,26 @@
+name: pciutils
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- make ZLIB=no lib/config.mk
+- echo PREFIX=$PREFIX >>lib/config.mk
+- echo MANDIR=$PREFIX/share/man >>lib/config.mk
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- make DESTDIR="$DESTDIR" install-lib
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []