wok-next diff dialog/receipt @ rev 12089
busybox: tftpd should chroot (thanks Don Manuel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 10 12:59:12 2012 +0100 (2012-03-10) |
parents | 15ae0a387b69 |
children | 2002ed6c084c |
line diff
1.1 --- a/dialog/receipt Wed Feb 02 01:30:12 2011 +0000 1.2 +++ b/dialog/receipt Sat Mar 10 12:59:12 2012 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dialog" 1.7 -VERSION="1.1-20110118" 1.8 +VERSION="1.1-20110707" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Script-interpreter which provides a set of curses widgets." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="ncursesw" 1.13 BUILD_DEPENDS="ncursesw-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tgz" 1.15 -WEB_SITE="http://invisible-island.net/$PACKAGE/" 1.16 +WEB_SITE="http://invisible-island.net/dialog/" 1.17 WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 @@ -23,7 +23,7 @@ 1.21 --enable-widec \ 1.22 $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -32,5 +32,5 @@ 1.30 mkdir -p $fs/usr $fs/etc 1.31 cp -a $_pkg/usr/bin $fs/usr 1.32 # Config file. 1.33 - cp stuff/dialogrc $fs/etc 1.34 + cp $stuff/dialogrc $fs/etc 1.35 }