wok rev 15076

homebank: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 16:48:11 2013 +0000 (2013-08-13)
parents 3d4981aca979
children ce500f4b78ff
files homebank/receipt
line diff
     1.1 --- a/homebank/receipt	Tue Aug 13 16:39:37 2013 +0000
     1.2 +++ b/homebank/receipt	Tue Aug 13 16:48:11 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="Personal accounts manager."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 -BUILD_DEPENDS="intltool"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://homebank.free.fr/"
    1.12  WGET_URL="http://homebank.free.fr/public/$TARBALL"
    1.13  TAGS="office finance"
    1.14  
    1.15 +DEPENDS="gtk+ xorg-libXdamage"
    1.16 +BUILD_DEPENDS="intltool gtk+-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {	
    1.21 @@ -30,10 +32,10 @@
    1.22  {
    1.23  	mkdir -p $fs/usr/share/homebank $fs/usr/share/pixmaps
    1.24  	
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/share/mime $fs/usr/share
    1.27 -	cp -a $_pkg/usr/share/homebank/images $fs/usr/share/homebank
    1.28 +	cp -a $install/usr/bin $fs/usr
    1.29 +	cp -a $install/usr/share/mime $fs/usr/share
    1.30 +	cp -a $install/usr/share/homebank/images $fs/usr/share/homebank
    1.31  	#copying  homebank icon.
    1.32 -	cp -a "$_pkg/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps 
    1.33 +	cp -a "$install/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps 
    1.34  
    1.35  }