wok-current diff homebank/receipt @ rev 12519
Up: xorg-libXxf86vm (1.1.2) + clean receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 00:05:28 2012 +0200 (2012-04-25) |
parents | 455678ba3cb6 |
children | 106380bf8153 |
line diff
1.1 --- a/homebank/receipt Sun Sep 26 16:07:07 2010 +0000 1.2 +++ b/homebank/receipt Wed Apr 25 00:05:28 2012 +0200 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.