# HG changeset patch # User Pascal Bellard # Date 1223462640 0 # Node ID adcc56f6c3e948dfd5ea45407ea4ec35739231cd # Parent 281dd3cfcb0569bf2f99dac651d89a19c55c71be Up gtkdialog (0.7.21) diff -r 281dd3cfcb05 -r adcc56f6c3e9 gtkdialog/receipt --- a/gtkdialog/receipt Wed Oct 08 10:42:32 2008 +0000 +++ b/gtkdialog/receipt Wed Oct 08 10:44:00 2008 +0000 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="gtkdialog" -VERSION="0.7.20" +VERSION="0.7.21" CATEGORY="x-window" SHORT_DESC="Small utility for fast and easy GUI building using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/" -WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL" +#WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL" +WGET_URL="http://www.sfr-fresh.com/unix/privat/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -18,8 +19,8 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install }