wok diff Xdialog/receipt @ rev 15741

gnucash: set license to GPL2
author Dominique Corbex <domcox@slitaz.org>
date Wed Jan 01 20:51:00 2014 +0100 (2014-01-01)
parents 398fccd8a77f
children 45507bfb2b0d
line diff
     1.1 --- a/Xdialog/receipt	Fri Jun 19 12:56:43 2009 +0000
     1.2 +++ b/Xdialog/receipt	Wed Jan 01 20:51:00 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Like 'dialog' or 'cdialog', but for X using GTK+."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://xdialog.free.fr/"
    1.10 +WGET_URL="http://xdialog.free.fr/$TARBALL"
    1.11 +
    1.12  DEPENDS="glibc-base glib libgio expat zlib fontconfig freetype gtk+ atk \
    1.13  cairo pango pixman libpng libxcb xcb-util xorg-libX11 xorg-libXau \
    1.14  xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
    1.15  xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
    1.16  BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 gettext gtk+ gtk+-dev"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://xdialog.free.fr/"
    1.19 -WGET_URL="http://xdialog.free.fr/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -27,12 +29,12 @@
    1.24  		--infodir=/usr/share/info \
    1.25  		$CONFIGURE_ARGS  &&
    1.26  	make  &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  }