wok view homebank/receipt @ rev 20318

revert back to v4.4,since glib +gtk error :-( probably v4.6.3 would work, but cannot find it on dev server
author Erkan Yilmaz <erkan@slitaz.org>
date Sun May 20 11:19:35 2018 +0000 (2018-05-20)
parents e0c285ab815e
children af8d823a3077
line source
1 # SliTaz package receipt
3 PACKAGE="homebank"
4 VERSION="4.4"
5 CATEGORY="office"
6 SHORT_DESC="Personal accounts manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://homebank.free.fr/"
11 WGET_URL="http://homebank.free.fr/public/$TARBALL"
12 TAGS="office finance"
14 DEPENDS="gtk+ xorg-libXdamage"
15 BUILD_DEPENDS="intltool gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 # GTK+ dont support svg
21 sed -i s/svg/png/ src/*.c
22 chmod +x install-sh
23 ./configure --without-ofx &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/homebank $fs/usr/share/icons/hicolor
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/share/homebank/images $fs/usr/share/homebank
35 cp -a $install/usr/share/icons/hicolor/48x48 $fs/usr/share/icons/hicolor
36 }