wok diff rhapsody/receipt @ rev 1886
aufs: fix kernel module path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 17 16:22:32 2008 +0000 (2008-12-17) |
parents | eb4e6a1af180 |
children | 8be66f03fbd2 |
line diff
1.1 --- a/rhapsody/receipt Thu Mar 13 10:38:19 2008 +0000 1.2 +++ b/rhapsody/receipt Wed Dec 17 16:22:32 2008 +0000 1.3 @@ -5,6 +5,8 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Text mode and easy to use IRC client." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="ncurses" 1.8 +BUILD_DEPENDS="ncurses-dev" 1.9 TARBALL="rhapsody_0.28b.tgz" 1.10 WEB_SITE="http://rhapsody.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -13,9 +15,9 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure -i /usr/bin -d /usr/share/doc/rhapsody 1.17 - make clean 1.18 - make 1.19 + ./configure -i /usr/bin -d /usr/share/doc/rhapsody && 1.20 + make clean && 1.21 + make && 1.22 strip -v rhapsody 1.23 } 1.24