wok-next rev 10285
gawk: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 18:13:58 2011 +0000 (2011-05-21) |
parents | e9defc6d7877 |
children | 4c79e8be0e14 |
files | gawk/receipt |
line diff
1.1 --- a/gawk/receipt Sat May 21 18:03:47 2011 +0000 1.2 +++ b/gawk/receipt Sat May 21 18:13:58 2011 +0000 1.3 @@ -20,9 +20,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --libexecdir=/usr/lib && 1.8 - make && 1.9 - make install 1.10 + ./configure --libexecdir=/usr/lib \ 1.11 + $CONFIGURE_ARGS && 1.12 + make && make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 @@ -46,5 +46,5 @@ 1.17 1.18 post_remove() 1.19 { 1.20 - ln -s /bin/busybox /usr/bin/awk 1.21 + ln -s /bin/busybox $1/usr/bin/awk 1.22 }