wok-current 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 | 82aa64f4d60d |
children | d9b88fe66325 |
files | grisbi-plugins/receipt grisbi/receipt |
line diff
1.1 --- a/grisbi-plugins/receipt Wed Jul 17 23:08:46 2013 +0200 1.2 +++ b/grisbi-plugins/receipt Wed Jul 17 23:12:48 2013 +0200 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grisbi-plugins" 1.7 -VERSION="0.6.0" 1.8 +VERSION="0.8.9" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Grisbi plugins" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="grisbi libssl" 1.13 WEB_SITE="http://www.grisbi.org/index.fr.html" 1.14 WANTED="grisbi" 1.15 1.16 +DEPENDS="grisbi libssl" 1.17 + 1.18 # Rules to gen a SliTaz package suitable for Tazpkg. 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/lib/grisbi 1.22 1.23 - cp -a $_pkg/usr/lib/grisbi/*.so $fs/usr/lib/grisbi 1.24 + cp -a $install/usr/lib/grisbi/*.so $fs/usr/lib/grisbi 1.25 }
2.1 --- a/grisbi/receipt Wed Jul 17 23:08:46 2013 +0200 2.2 +++ b/grisbi/receipt Wed Jul 17 23:12:48 2013 +0200 2.3 @@ -1,17 +1,18 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="grisbi" 2.7 -VERSION="0.6.0" 2.8 +VERSION="0.8.9" 2.9 CATEGORY="office" 2.10 SHORT_DESC="Personnal bank manager" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="gtk+ xorg-libXdamage libofx libofx" 2.13 -BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.grisbi.org/index.fr.html" 2.16 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" 2.17 SUGGESTED="grisbi-plugins" 2.18 2.19 +DEPENDS="gtk+ xorg-libXdamage libofx libofx" 2.20 +BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev" 2.21 + 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 @@ -20,7 +21,7 @@ 2.26 --with-plugins \ 2.27 $CONFIGURE_ARGS && 2.28 make && 2.29 - make DESTDIR=$PWD/_pkg install 2.30 + make DESTDIR=$DESTDIR install 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 @@ -29,9 +30,9 @@ 2.35 mkdir -p $fs/usr/share/grisbi/categories $fs/usr/share/applications 2.36 2.37 cp -a $stuff/grisbi.desktop $fs/usr/share/applications 2.38 - cp -a $_pkg/usr/bin $fs/usr 2.39 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.40 - cp -a $_pkg/usr/share/mime-info $fs/usr/share 2.41 + cp -a $install/usr/bin $fs/usr 2.42 + cp -a $install/usr/share/pixmaps $fs/usr/share 2.43 + cp -a $install/usr/share/mime-info $fs/usr/share 2.44 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps 2.45 - cp -a $_pkg/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/ 2.46 + cp -a $install/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/ 2.47 }