wok-next view zopeinterface/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 7390f8de9846
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt.
3 PACKAGE="zopeinterface"
4 VERSION="4.0.5"
5 CATEGORY="network"
6 SHORT_DESC="Zope 4 Interface Infrastructure."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 SOURCE="zope.interface"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="https://pypi.python.org/pypi/zope.interface"
12 WGET_URL="https://pypi.python.org/packages/source/z/$SOURCE/$TARBALL"
13 TAGS="webserver application-server appserver"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build && python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }