wok-6.x diff grisbi/receipt @ rev 14840

Up: grisbi (0.8.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 23:12:48 2013 +0200 (2013-07-17)
parents af9a1b47948c
children d9b88fe66325
line diff
     1.1 --- a/grisbi/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/grisbi/receipt	Wed Jul 17 23:12:48 2013 +0200
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="grisbi"
     1.7 -VERSION="0.6.0"
     1.8 +VERSION="0.8.9"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Personnal bank manager"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="gtk+ xorg-libXdamage libofx libofx"
    1.13 -BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.grisbi.org/index.fr.html"
    1.16  WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
    1.17  SUGGESTED="grisbi-plugins"
    1.18  
    1.19 +DEPENDS="gtk+ xorg-libXdamage libofx libofx"
    1.20 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 @@ -20,7 +21,7 @@
    1.26  		--with-plugins \
    1.27  		$CONFIGURE_ARGS &&
    1.28  	make &&
    1.29 -	make DESTDIR=$PWD/_pkg install
    1.30 +	make DESTDIR=$DESTDIR install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 @@ -29,9 +30,9 @@
    1.35  	mkdir -p $fs/usr/share/grisbi/categories $fs/usr/share/applications
    1.36  	
    1.37  	cp -a $stuff/grisbi.desktop $fs/usr/share/applications
    1.38 -	cp -a $_pkg/usr/bin $fs/usr
    1.39 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.40 -	cp -a $_pkg/usr/share/mime-info $fs/usr/share
    1.41 +	cp -a $install/usr/bin $fs/usr
    1.42 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.43 +	cp -a $install/usr/share/mime-info $fs/usr/share
    1.44  	cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps 
    1.45 -	cp -a $_pkg/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/
    1.46 +	cp -a $install/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/
    1.47  }