wok annotate zopeinterface/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 1d12d150e3be
children 4d290a491622
rev   line source
pascal@2147 1 # SliTaz package receipt.
pascal@2147 2
pascal@2147 3 PACKAGE="zopeinterface"
slaxemulator@6426 4 VERSION="3.5.3"
pascal@2147 5 CATEGORY="network"
pascal@2147 6 SHORT_DESC="Zope 3 Interface Infrastructure."
pascal@2147 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15361 8 LICENSE="other"
pascal@2147 9 SOURCE="zope.interface"
pascal@2147 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@2147 11 WEB_SITE="http://www.zope.org/Products/ZopeInterface"
slaxemulator@6426 12 WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL"
pascal@15361 13 TAGS="webserver application-server appserver"
pascal@15361 14
pascal@2147 15 DEPENDS="python"
slaxemulator@6426 16 BUILD_DEPENDS="python python-dev"
pascal@2147 17
pascal@2147 18 # Rules to configure and make the package.
pascal@2147 19 compile_rules()
pascal@2147 20 {
pascal@2147 21 cd $src
pascal@15361 22 python setup.py build && python setup.py install --root=$DESTDIR
pascal@2147 23 }
pascal@2147 24
pascal@2147 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2147 26 genpkg_rules()
pascal@2147 27 {
pascal@15361 28 cp -a $install/usr $fs
pascal@2147 29 }
pascal@2147 30