wok view homebank/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
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 }