wok rev 1518

Up gtkdialog (0.7.21)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 08 10:44:00 2008 +0000 (2008-10-08)
parents 281dd3cfcb05
children 1813d51cf049
files gtkdialog/receipt
line diff
     1.1 --- a/gtkdialog/receipt	Wed Oct 08 10:42:32 2008 +0000
     1.2 +++ b/gtkdialog/receipt	Wed Oct 08 10:44:00 2008 +0000
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtkdialog"
     1.7 -VERSION="0.7.20"
     1.8 +VERSION="0.7.21"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Small utility for fast and easy GUI building using GTK+."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="gtk+"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/"
    1.15 -WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL"
    1.16 +#WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL"
    1.17 +WGET_URL="http://www.sfr-fresh.com/unix/privat/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -18,8 +19,8 @@
    1.22  		--prefix=/usr \
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25 -		$CONFIGURE_ARGS
    1.26 -	make
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make &&
    1.29  	make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31