wok-current diff bastet/receipt @ rev 2555
libsigc++: mute genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 26 12:30:40 2009 +0000 (2009-03-26) |
parents | eb4e6a1af180 |
children | 4ffc7c76d358 |
line diff
1.1 --- a/bastet/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/bastet/receipt Thu Mar 26 12:30:40 2009 +0000 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="Bastard tetris clone." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="ncurses" 1.7 +BUILD_DEPENDS="ncurses-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tgz" 1.9 WEB_SITE="http://fph.altervista.org/prog/bastet.shtml" 1.10 WGET_URL="http://fph.altervista.org/prog/bastet-0.41.tgz" 1.11 @@ -14,7 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - make 1.16 + make && 1.17 strip bastet 1.18 } 1.19