wok view grisbi/receipt @ rev 14840

Up: grisbi (0.8.9)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 23:12:48 2013 +0200 (2013-07-17)
parents af9a1b47948c
children d9b88fe66325
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.grisbi.org/index.fr.html"
10 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
11 SUGGESTED="grisbi-plugins"
13 DEPENDS="gtk+ xorg-libXdamage libofx libofx"
14 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr \
21 --with-plugins \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/grisbi/categories $fs/usr/share/applications
32 cp -a $stuff/grisbi.desktop $fs/usr/share/applications
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/share/pixmaps $fs/usr/share
35 cp -a $install/usr/share/mime-info $fs/usr/share
36 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps
37 cp -a $install/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/
38 }