wok-current diff calcurse/receipt @ rev 10378
gst-plugins-base: clean-up receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 13:02:00 2011 +0200 (2011-05-23) |
parents | 24411e032016 |
children | 7342a2311858 |
line diff
1.1 --- a/calcurse/receipt Sun Jul 11 11:09:38 2010 +0200 1.2 +++ b/calcurse/receipt Mon May 23 13:02:00 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.