wok view zopeinterface/receipt @ rev 4909

xarchive: add udeb sfs arj pak arc j uc2 zoo 7z bcj bcj2 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 13 11:28:10 2010 +0100 (2010-02-13)
parents
children b303dfac3b48
line source
1 # SliTaz package receipt.
3 PACKAGE="zopeinterface"
4 VERSION="3.3.0"
5 CATEGORY="network"
6 SHORT_DESC="Zope 3 Interface Infrastructure."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="zope.interface"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.zope.org/Products/ZopeInterface"
11 WGET_URL="$WEB_SITE/$VERSION/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build && python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }