summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-09-14 14:17:12 +0100
committerJavier Jardón <jjardon@gnome.org>2016-09-14 14:17:12 +0100
commitc8ee6d781090104165f6392808004a4b9436a52b (patch)
treed6f96ea0c82ccb9b70cdb49b5686eecaaba50a7f
parentc5bb7ad1c60f24c64df91d3817f548993844add2 (diff)
downloaddefinitions-jjardon/kmod.tar.gz
strata/foundation/kmod.morph: Simplify setting build-syste: autotoolsjjardon/kmod
Change-Id: Ia72f4cc835fea6ecc72ab0704f877905f104bc40
-rw-r--r--strata/foundation/kmod.morph7
1 files changed, 2 insertions, 5 deletions
diff --git a/strata/foundation/kmod.morph b/strata/foundation/kmod.morph
index d5296372..6d051c0c 100644
--- a/strata/foundation/kmod.morph
+++ b/strata/foundation/kmod.morph
@@ -1,15 +1,12 @@
name: kmod
kind: chunk
+build-system: autotools
configure-commands:
- |
./bootstrap-configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var \
--bindir="$PREFIX"/bin --libdir="$PREFIX"/lib \
--disable-manpages --enable-python
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" pkgconfigdir="$PREFIX"/lib/pkgconfig install
-
+post-install-commands:
# WARNING with the following command:
# if the staging area when kmod is built is sufficiently different to the
# staging area that kmod is included in, then these symlinks may not work.