From 901c75201a5657fae9c54553941dbbf3946fafca Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 14 Mar 2012 15:11:02 +0000 Subject: tar.morph: use autotools, PREFIX Use build-system: autotools for brevity Use PREFIX if it is set --- tar.morph | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tar.morph b/tar.morph index 4642bfd8..cf63cca6 100644 --- a/tar.morph +++ b/tar.morph @@ -1,13 +1,8 @@ { "name": "tar", "kind": "chunk", + "build-system": "autotools", "configure-commands": [ - "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin" - ], - "build-commands": [ - "make" - ], - "install-commands": [ - "make DESTDIR=\"$DESTDIR\" install" + "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=\"${PREFIX-/usr}\"" ] } -- cgit v1.2.1