summaryrefslogtreecommitdiff
path: root/strata/webtools/tar.morph
blob: 2253e3b75ce4ee232305c53435547db2791c1c90 (plain)
1
2
3
4
5
6
7
8
9
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
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install