wok diff Xdialog/receipt @ rev 16815

Up gsettings-desktop-schemas (3.12.2)
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 23:12:54 2014 -0300 (2014-07-10)
parents 398fccd8a77f
children 45507bfb2b0d
line diff
     1.1 --- a/Xdialog/receipt	Fri Jun 19 12:56:43 2009 +0000
     1.2 +++ b/Xdialog/receipt	Thu Jul 10 23:12:54 2014 -0300
     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  }