wok diff rhapsody/receipt @ rev 2279

mysql: add build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 10:56:32 2009 +0000 (2009-02-19)
parents eb4e6a1af180
children 8be66f03fbd2
line diff
     1.1 --- a/rhapsody/receipt	Thu Mar 13 10:38:19 2008 +0000
     1.2 +++ b/rhapsody/receipt	Thu Feb 19 10:56:32 2009 +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