wok rev 10284

calcurse: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:03:47 2011 +0000 (2011-05-21)
parents 2c89cb51a691
children 4fb4d1ed4e62
files calcurse/receipt
line diff
     1.1 --- a/calcurse/receipt	Sat May 21 18:00:54 2011 +0000
     1.2 +++ b/calcurse/receipt	Sat May 21 18:03:47 2011 +0000
     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.