wok diff calcurse/receipt @ rev 10488

pidgin-libnotify: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:04:06 2011 +0200 (2011-05-25)
parents 24411e032016
children 7342a2311858
line diff
     1.1 --- a/calcurse/receipt	Sun Jul 11 11:09:38 2010 +0200
     1.2 +++ b/calcurse/receipt	Wed May 25 13:04:06 2011 +0200
     1.3 @@ -5,19 +5,20 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Text-based calender and scheduling application."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="ncurses ncursesw"
     1.8 -BUILD_DEPENDS="ncurses-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://culot.org/calcurse/"
    1.11  WGET_URL="ftp://ftp2.culot.org/culot/$TARBALL"
    1.12  TAGS="calender reminder schedule"
    1.13  
    1.14 +DEPENDS="ncurses ncursesw"
    1.15 +BUILD_DEPENDS="ncurses-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	./configure --prefix=/usr --disable-nls 
    1.22 -	make && make DESTDIR=$PWD/_pkg install
    1.23 +	./configure --disable-nls $CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.