From 632c674222763a4f0d8ca066862a39d221866ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 23 Mar 2015 04:05:00 +0000 Subject: Move 'tar' from webtools to coreutils-common stratum Change-Id: I18c5cb1185bf6c53032a7c4bd29f33598eac7031 --- strata/coreutils-common/tar.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/coreutils-common/tar.morph (limited to 'strata/coreutils-common') diff --git a/strata/coreutils-common/tar.morph b/strata/coreutils-common/tar.morph new file mode 100644 index 00000000..9219abeb --- /dev/null +++ b/strata/coreutils-common/tar.morph @@ -0,0 +1,10 @@ +name: tar +kind: chunk +configure-commands: +- bash bootstrap --skip-po +- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin + --disable-nls --disable-gcc-warnings +build-commands: +- make +install-commands: +- make DESTDIR="$DESTDIR" install -- cgit v1.2.1