wok view grisbi-plugins/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents 0ed6796bbbe1
children 9a43ad6aacc8
line source
1 # SliTaz package receipt.
3 PACKAGE="grisbi-plugins"
4 VERSION="0.8.9"
5 CATEGORY="office"
6 SHORT_DESC="Grisbi plugins"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.grisbi.org/index.fr.html"
10 WANTED="grisbi"
12 DEPENDS="grisbi libssl"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/grisbi
19 cp -a $install/usr/lib/grisbi/*.so $fs/usr/lib/grisbi
20 }