wok view grisbi/receipt @ rev 13983

poppler, poppler-dev, poppler-apps, poppler-qt4: up to 0.22.0
author ernia <monghitri@aruba.it>
date Thu Feb 07 21:27:33 2013 +0000 (2013-02-07)
parents 8da399980a44
children 0ed6796bbbe1
line source
1 # SliTaz package receipt.
3 PACKAGE="grisbi"
4 VERSION="0.6.0"
5 CATEGORY="office"
6 SHORT_DESC="Personnal bank manager"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+ xorg-libXdamage libofx libofx"
9 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.grisbi.org/index.fr.html"
12 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
13 SUGGESTED="grisbi-plugins"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr \
20 --with-plugins \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/grisbi/categories $fs/usr/share/applications
31 cp -a $stuff/grisbi.desktop $fs/usr/share/applications
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
34 cp -a $_pkg/usr/share/mime-info $fs/usr/share
35 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps
36 cp -a $_pkg/usr/share/grisbi/categories/fr* $fs/usr/share/grisbi/categories/
37 }