wok view grisbi/receipt @ rev 7784

Up: winetricks to 20101222.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 23 15:43:03 2010 +0000 (2010-12-23)
parents 8b79c3ee7ac2
children 518dcd52425b
line source
1 # SliTaz package receipt.
3 PACKAGE="grisbi"
4 VERSION="0.5.9"
5 CATEGORY="office"
6 SHORT_DESC="Personnal bank manager"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="gtk+ xorg-libXdamage"
9 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
29 cp -a $_pkg/usr/share/mime-info $fs/usr/share
30 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps
31 }