wok diff geeqie/receipt @ rev 11441

up: sip 4.13
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
parents f88ab74875ec
children c8af0d4f62e9
line diff
     1.1 --- a/geeqie/receipt	Wed Jun 16 19:47:46 2010 +0000
     1.2 +++ b/geeqie/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.3 @@ -8,8 +8,8 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://geeqie.sourceforge.net/"
     1.6  WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
     1.7 -BUILD_DEPENDS="gtk+-dev gettext intltool"
     1.8 -DEPENDS="gtk+ "
     1.9 +BUILD_DEPENDS="gettext intltool"
    1.10 +DEPENDS="gtk+"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -18,14 +18,14 @@
    1.15  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.16  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.17  	make &&
    1.18 -	make DESTDIR=$PWD/_pkg install
    1.19 +	make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/
    1.26 -	cp -a $src/_pkg/usr/bin $fs/usr
    1.27 -	cp -a $src/_pkg/usr/lib $fs/usr
    1.28 -	cp -a $src/_pkg/usr/share/ $fs/usr
    1.29 +	cp -a $_pkg/usr/bin $fs/usr
    1.30 +	cp -a $_pkg/usr/lib $fs/usr
    1.31 +	cp -a $_pkg/usr/share/ $fs/usr
    1.32  }