wok-next view python-aeroolib/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 16df76e1fc6a
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-aeroolib"
4 VERSION="1.0.0"
5 CATEGORY="misc"
6 SHORT_DESC="A report creation library for Python"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://launchpad.net/aeroolib"
11 TARBALL="aeroolib-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/aeroolib.tar.gz"
14 BUILD_DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py build
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="python"
28 }