wok rev 1482
dialog: update TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 19:33:42 2008 +0000 (2008-10-04) |
parents | dd8bb4875d43 |
children | d740174ffa18 |
files | dialog/receipt |
line diff
1.1 --- a/dialog/receipt Sat Oct 04 19:30:08 2008 +0000 1.2 +++ b/dialog/receipt Sat Oct 04 19:33:42 2008 +0000 1.3 @@ -6,9 +6,9 @@ 1.4 SHORT_DESC="Script-interpreter which provides a set of curses widgets." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="ncurses" 1.7 -TARBALL="$PACKAGE.tar.gz" 1.8 -WEB_SITE="http://invisible-island.net/dialog/" 1.9 -WGET_URL="ftp://invisible-island.net/dialog/dialog.tar.gz" 1.10 +TARBALL="$PACKAGE-$VERSION.tgz" 1.11 +WEB_SITE="http://invisible-island.net/$PACKAGE/" 1.12 +WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 @@ -16,8 +16,8 @@ 1.17 cd $src 1.18 ./configure --enable-nls --prefix=/usr \ 1.19 --sysconfdir=/etc --mandir=/usr/share/man \ 1.20 - $CONFIGURE_ARGS 1.21 - make 1.22 + $CONFIGURE_ARGS && 1.23 + make && 1.24 make DESTDIR=$PWD/_pkg install 1.25 } 1.26