wok view homebank/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
parents 106380bf8153
children e0c285ab815e
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 }