wok rev 9561
Up: homebank to 4.4.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 11 13:33:54 2011 +0000 (2011-04-11) |
parents | b10f721e9416 |
children | 9443090ed44d |
files | homebank/receipt |
line diff
1.1 --- a/homebank/receipt Mon Apr 11 10:03:44 2011 +0000 1.2 +++ b/homebank/receipt Mon Apr 11 13:33:54 2011 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt 1.5 1.6 PACKAGE="homebank" 1.7 -VERSION="4.3" 1.8 +VERSION="4.4" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Personal accounts manager." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev intltool" 1.14 +BUILD_DEPENDS="intltool" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://homebank.free.fr/" 1.17 WGET_URL="http://homebank.free.fr/public/$TARBALL" 1.18 @@ -20,11 +20,9 @@ 1.19 sed -i s/svg/png/ src/*.c 1.20 chmod +x install-sh 1.21 ./configure \ 1.22 - --prefix=/usr \ 1.23 - --without-ofx \ 1.24 - $CONFIGURE_ARGS && 1.25 + --without-ofx && 1.26 make && 1.27 - make DESTDIR=$PWD/_pkg install 1.28 + make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.