wok diff homebank/receipt @ rev 16430

svkbd: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 18 10:26:47 2014 +0000 (2014-04-18)
parents a3a1e544875b
children 533c0cab6960
line diff
     1.1 --- a/homebank/receipt	Mon Apr 11 13:33:54 2011 +0000
     1.2 +++ b/homebank/receipt	Fri Apr 18 10:26:47 2014 +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  }