wok view zopeinterface/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents 1d12d150e3be
children 4d290a491622
line source
1 # SliTaz package receipt.
3 PACKAGE="zopeinterface"
4 VERSION="3.5.3"
5 CATEGORY="network"
6 SHORT_DESC="Zope 3 Interface Infrastructure."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 SOURCE="zope.interface"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.zope.org/Products/ZopeInterface"
12 WGET_URL="http://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 cd $src
22 python setup.py build && python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }