summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/bison.morph11
-rw-r--r--strata/core/help2man.morph9
-rw-r--r--strata/core/libpopt.morph10
-rw-r--r--strata/core/patch.morph10
-rw-r--r--strata/core/sgdisk.morph7
5 files changed, 6 insertions, 41 deletions
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index a9497d4e..5f50fe89 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -1,10 +1,5 @@
name: bison
kind: chunk
-configure-commands:
-- echo $(grep '* Noteworthy changes in release' NEWS | grep -v '?\\.?' | head -n1 | cut -d' ' -f6) > .tarball-version
-- bash bootstrap --skip-po
-- ./configure --prefix=/usr --disable-nls
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
+build-system: autotools
+pre-configure-commands:
+- ./bootstrap --skip-po
diff --git a/strata/core/help2man.morph b/strata/core/help2man.morph
deleted file mode 100644
index e25a8d8e..00000000
--- a/strata/core/help2man.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: help2man
-kind: chunk
-configure-commands:
-- autoreconf -i
-- ./configure --prefix=/usr
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
diff --git a/strata/core/libpopt.morph b/strata/core/libpopt.morph
deleted file mode 100644
index ae27432c..00000000
--- a/strata/core/libpopt.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: libpopt
-kind: chunk
-configure-commands:
-- autoreconf -if
-- ./configure
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
-
diff --git a/strata/core/patch.morph b/strata/core/patch.morph
index 01d977c4..b7f146ef 100644
--- a/strata/core/patch.morph
+++ b/strata/core/patch.morph
@@ -1,9 +1,5 @@
name: patch
kind: chunk
-configure-commands:
-- bash bootstrap --skip-po
-- ./configure --prefix="$PREFIX" --disable-nls
-build-commands:
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
+build-system: autotools
+pre-configure-commands:
+- ./bootstrap --skip-po
diff --git a/strata/core/sgdisk.morph b/strata/core/sgdisk.morph
deleted file mode 100644
index e792f9d9..00000000
--- a/strata/core/sgdisk.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: sgdisk
-kind: chunk
-build-commands:
-- make
-install-commands:
-- install -D -m 0755 -o root -g root sgdisk "$DESTDIR$PREFIX/bin/sgdisk"
-