summaryrefslogtreecommitdiff
path: root/elements/coreutils.bst
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2018-07-18 14:25:28 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2018-07-25 10:39:27 +0100
commita71285febaa039bf0c4508b0c8afb981808a7555 (patch)
treee915fe121230d1468aa399103916bb41efea751c /elements/coreutils.bst
parent1b4f6edf42b32ab0da020888aeba65283adef60d (diff)
downloaddefinitions-a71285febaa039bf0c4508b0c8afb981808a7555.tar.gz
Remove coreutils-common stack
Only coreutils.bst is used in another element, remove unnecessary elements.
Diffstat (limited to 'elements/coreutils.bst')
-rw-r--r--elements/coreutils.bst20
1 files changed, 20 insertions, 0 deletions
diff --git a/elements/coreutils.bst b/elements/coreutils.bst
new file mode 100644
index 00000000..26f4b51f
--- /dev/null
+++ b/elements/coreutils.bst
@@ -0,0 +1,20 @@
+kind: autotools
+depends:
+- core.bst
+sources:
+- kind: git
+ url: upstream:coreutils
+ track: v8.25
+ ref: 68f73f23866d6137e9c8d88d86073b33588d7b56
+ submodules:
+ gnulib:
+ url: upstream:gnulib
+config:
+ configure-commands:
+ - sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+ - bash bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+ - FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="%{prefix}" --disable-nls
+ build-commands:
+ - make WERROR_CFLAGS=
+ install-commands:
+ - make INSTALL_PROGRAM=install DESTDIR="%{install-root}" install