summaryrefslogtreecommitdiff
path: root/elements/deploy-tools
diff options
context:
space:
mode:
Diffstat (limited to 'elements/deploy-tools')
-rw-r--r--elements/deploy-tools/mtools.bst6
-rw-r--r--elements/deploy-tools/parted.bst25
2 files changed, 30 insertions, 1 deletions
diff --git a/elements/deploy-tools/mtools.bst b/elements/deploy-tools/mtools.bst
index 354a1cfa..0560b64b 100644
--- a/elements/deploy-tools/mtools.bst
+++ b/elements/deploy-tools/mtools.bst
@@ -1,11 +1,15 @@
kind: autotools
+
depends:
-- gnu-toolchain.bst
+- filename: gnu-toolchain.bst
+ type: build
+
sources:
- kind: git
url: upstream:mtools
track: mtools-4.0.18
ref: af0c3edb9706e470b45a9c8dd6debcc9e2d543c2
+
config:
configure-commands:
- ./configure --prefix="%{prefix}"
diff --git a/elements/deploy-tools/parted.bst b/elements/deploy-tools/parted.bst
index 7e2f7b64..02c6b07a 100644
--- a/elements/deploy-tools/parted.bst
+++ b/elements/deploy-tools/parted.bst
@@ -1,4 +1,5 @@
kind: autotools
+
depends:
- filename: core/bash.bst
type: build
@@ -10,6 +11,29 @@ depends:
type: build
- filename: core/bc.bst
type: build
+- filename: gnu-toolchain.bst
+ type: build
+- filename: core/autoconf.bst
+ type: build
+- filename: core/automake.bst
+ type: build
+- filename: core/gettext-tarball.bst
+ type: build
+- filename: core/texinfo-tarball.bst
+ type: build
+- filename: core/mini-utils.bst
+ type: build
+- filename: core/util-linux.bst
+ type: build
+- filename: core/ncurses.bst
+ type: build
+- filename: core/readline.bst
+ type: build
+- filename: core/file.bst
+ type: build
+- filename: core/pkg-config.bst
+ type: build
+
sources:
- kind: git
url: upstream:parted
@@ -18,6 +42,7 @@ sources:
submodules:
gnulib:
url: upstream:gnulib
+
config:
configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf