# HG changeset patch # User Christopher Rogers # Date 1302528834 0 # Node ID a3a1e544875be587912e610a0548a8f440285088 # Parent b10f721e94169da847ed832ec61f7f7869049dc2 Up: homebank to 4.4. diff -r b10f721e9416 -r a3a1e544875b homebank/receipt --- a/homebank/receipt Mon Apr 11 10:03:44 2011 +0000 +++ b/homebank/receipt Mon Apr 11 13:33:54 2011 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt PACKAGE="homebank" -VERSION="4.3" +VERSION="4.4" CATEGORY="office" SHORT_DESC="Personal accounts manager." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev intltool" +BUILD_DEPENDS="intltool" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://homebank.free.fr/" WGET_URL="http://homebank.free.fr/public/$TARBALL" @@ -20,11 +20,9 @@ sed -i s/svg/png/ src/*.c chmod +x install-sh ./configure \ - --prefix=/usr \ - --without-ofx \ - $CONFIGURE_ARGS && + --without-ofx && make && - make DESTDIR=$PWD/_pkg install + make install } # Rules to gen a SliTaz package suitable for Tazpkg.