wok-6.x annotate grisbi/receipt @ rev 16243
Up grisbi (1.0.0) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 03 09:02:35 2014 +0000 (2014-04-03) |
parents | 9a43ad6aacc8 |
children | 033f4b0fc8e1 |
rev | line source |
---|---|
erjo@1070 | 1 # SliTaz package receipt. |
erjo@1070 | 2 |
erjo@1070 | 3 PACKAGE="grisbi" |
pascal@16242 | 4 VERSION="1.0.0" |
erjo@1070 | 5 CATEGORY="office" |
erjo@1070 | 6 SHORT_DESC="Personnal bank manager" |
pascal@1412 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@14841 | 8 LICENSE="GPL2" |
erjo@1070 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@16243 | 10 WEB_SITE="http://www.grisbi.org/" |
erjo@1070 | 11 WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL" |
erjo@1070 | 12 |
pascal@14840 | 13 DEPENDS="gtk+ xorg-libXdamage libofx libofx" |
pascal@14840 | 14 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev opensp-dev" |
pascal@14840 | 15 |
erjo@1070 | 16 # Rules to configure and make the package. |
erjo@1070 | 17 compile_rules() |
erjo@1070 | 18 { |
erjo@1070 | 19 cd $src |
erjo@8465 | 20 ./configure --prefix=/usr \ |
erjo@8465 | 21 $CONFIGURE_ARGS && |
pascal@1460 | 22 make && |
pascal@14840 | 23 make DESTDIR=$DESTDIR install |
erjo@1070 | 24 } |
erjo@1070 | 25 |
erjo@1070 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1070 | 27 genpkg_rules() |
erjo@1070 | 28 { |
pascal@16243 | 29 cp -a $install/usr $fs |
erjo@1070 | 30 } |