wok rev 10309
tilda: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 21:22:39 2011 +0000 (2011-05-21) |
parents | a1076cb2b336 |
children | 0b271df78e5b |
files | tilda/receipt |
line diff
1.1 --- a/tilda/receipt Sat May 21 21:19:16 2011 +0000 1.2 +++ b/tilda/receipt Sat May 21 21:22:39 2011 +0000 1.3 @@ -17,7 +17,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure && make && make install 1.8 + ./configure $CONFIGURE_ARGS && 1.9 + make && make install 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 @@ -26,7 +27,5 @@ 1.14 mkdir -p $fs/usr/share/applications/ 1.15 cp -a $_pkg/usr/bin $fs/usr 1.16 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.17 - cp -a $_pkg/usr/share/tilda.glade $fs/usr/share 1.18 - # Apply modified .desktop file to suit SliTaz. 1.19 - cp -a stuff/tilda.desktop $fs/usr/share/applications/ 1.20 + cp -a $_pkg/usr/share/tilda.glade $fs/usr/share 1.21 }