wok diff gqview/receipt @ rev 16152

Add: tupi (create 2D animation)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 23:53:45 2014 +0100 (2014-03-26)
parents 1ae5963f23df
children 17e313b5b9c1
line diff
     1.1 --- a/gqview/receipt	Wed Aug 14 18:02:00 2013 +0000
     1.2 +++ b/gqview/receipt	Wed Mar 26 23:53:45 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="Images viewer and manager using GTK+."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://gqview.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ xorg-libXdamage"
    1.15 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -19,14 +21,14 @@
    1.21  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.22  	$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr/share/locale
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.34 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.37 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.38  }