# HG changeset patch # User Pascal Bellard # Date 1376412491 0 # Node ID 106380bf81538082fc8ed2e5a8c43cc3dcc480a1 # Parent 3d4981aca979b84dcfc3ed59c5804be4dc7af8e4 homebank: update bdeps diff -r 3d4981aca979 -r 106380bf8153 homebank/receipt --- a/homebank/receipt Tue Aug 13 16:39:37 2013 +0000 +++ b/homebank/receipt Tue Aug 13 16:48:11 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="office" SHORT_DESC="Personal accounts manager." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://homebank.free.fr/" WGET_URL="http://homebank.free.fr/public/$TARBALL" TAGS="office finance" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="intltool gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -30,10 +32,10 @@ { mkdir -p $fs/usr/share/homebank $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/mime $fs/usr/share - cp -a $_pkg/usr/share/homebank/images $fs/usr/share/homebank + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/mime $fs/usr/share + cp -a $install/usr/share/homebank/images $fs/usr/share/homebank #copying homebank icon. - cp -a "$_pkg/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps + cp -a "$install/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps }