summaryrefslogtreecommitdiff
path: root/strata/coreutils-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-03-23 04:05:00 +0000
committerJavier Jardón <jjardon@gnome.org>2015-03-23 04:05:00 +0000
commit632c674222763a4f0d8ca066862a39d221866ad8 (patch)
tree8f3e7c8ff822c42e3f62ca629a73b834d9322fc7 /strata/coreutils-common
parent0af3347318558cbd87d458432dc91701dee80d57 (diff)
downloaddefinitions-632c674222763a4f0d8ca066862a39d221866ad8.tar.gz
Move 'tar' from webtools to coreutils-common stratum
Change-Id: I18c5cb1185bf6c53032a7c4bd29f33598eac7031
Diffstat (limited to 'strata/coreutils-common')
-rw-r--r--strata/coreutils-common/tar.morph10
1 files changed, 10 insertions, 0 deletions
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