wok rev 11097

Up: dialog to 1.1-20110707.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 17 02:51:05 2011 +0000 (2011-10-17)
parents 7008b10a1996
children ddb3260c079e
files dialog/receipt
line diff
     1.1 --- a/dialog/receipt	Mon Oct 17 02:49:31 2011 +0000
     1.2 +++ b/dialog/receipt	Mon Oct 17 02:51:05 2011 +0000
     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  }