# HG changeset patch # User Pascal Bellard # Date 1223148822 0 # Node ID 509971350c3bc53d8a259c0f2a3e7f377177d4d3 # Parent dd8bb4875d43f862ea2d6a726172a98bb32874fa dialog: update TARBALL diff -r dd8bb4875d43 -r 509971350c3b dialog/receipt --- a/dialog/receipt Sat Oct 04 19:30:08 2008 +0000 +++ b/dialog/receipt Sat Oct 04 19:33:42 2008 +0000 @@ -6,9 +6,9 @@ SHORT_DESC="Script-interpreter which provides a set of curses widgets." MAINTAINER="pankso@slitaz.org" DEPENDS="ncurses" -TARBALL="$PACKAGE.tar.gz" -WEB_SITE="http://invisible-island.net/dialog/" -WGET_URL="ftp://invisible-island.net/dialog/dialog.tar.gz" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://invisible-island.net/$PACKAGE/" +WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -16,8 +16,8 @@ cd $src ./configure --enable-nls --prefix=/usr \ --sysconfdir=/etc --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }