wok-6.x diff grisbi-plugins/receipt @ rev 8695
improve receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 17 23:04:20 2011 +0100 (2011-02-17) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/grisbi-plugins/receipt Thu Feb 17 23:04:20 2011 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="grisbi-plugins" 1.7 +VERSION="0.6.0" 1.8 +CATEGORY="office" 1.9 +SHORT_DESC="Grisbi plugins" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="grisbi libssl" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.grisbi.org/index.fr.html" 1.14 +WANTED="grisbi" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib/grisbi 1.20 + 1.21 + cp -a $_pkg/usr/lib/grisbi/*.so $fs/usr/lib/grisbi 1.22 +}