wok view grisbi/receipt @ rev 15741

gnucash: set license to GPL2
author Dominique Corbex <domcox@slitaz.org>
date Wed Jan 01 20:51:00 2014 +0100 (2014-01-01)
parents 0ed6796bbbe1
children 9a43ad6aacc8
line source
1 # SliTaz package receipt.
3 PACKAGE="grisbi"
4 VERSION="0.8.9"
5 CATEGORY="office"
6 SHORT_DESC="Personnal bank manager"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.grisbi.org/index.fr.html"
11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
12 SUGGESTED="grisbi-plugins"
14 DEPENDS="gtk+ xorg-libXdamage libofx libofx"
15 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr \
22 --with-plugins \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/grisbi/categories $fs/usr/share/applications
33 cp -a $stuff/grisbi.desktop $fs/usr/share/applications
34 cp -a $install/usr/bin $fs/usr
35 cp -a $install/usr/share/pixmaps $fs/usr/share
36 cp -a $install/usr/share/mime-info $fs/usr/share
37 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps
38 cp -a $install/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/
39 }