wok-next annotate grisbi/receipt @ rev 16394
Add: xinput-calibrator (for touchscreen calibration, tested on my pitft)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 15 18:32:55 2014 +0200 (2014-04-15) |
parents | 9060ab899d73 |
children | 533c0cab6960 |
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@16245 | 13 DEPENDS="gtk+ xorg-libXdamage libofx libofx libssl" |
pascal@16245 | 14 BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \ |
pascal@16245 | 15 opensp-dev openssl-dev" |
pascal@14840 | 16 |
erjo@1070 | 17 # Rules to configure and make the package. |
erjo@1070 | 18 compile_rules() |
erjo@1070 | 19 { |
erjo@1070 | 20 cd $src |
erjo@8465 | 21 ./configure --prefix=/usr \ |
erjo@8465 | 22 $CONFIGURE_ARGS && |
pascal@1460 | 23 make && |
pascal@14840 | 24 make DESTDIR=$DESTDIR install |
erjo@1070 | 25 } |
erjo@1070 | 26 |
erjo@1070 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1070 | 28 genpkg_rules() |
erjo@1070 | 29 { |
pascal@16243 | 30 cp -a $install/usr $fs |
erjo@1070 | 31 } |