# HG changeset patch # User Pascal Bellard # Date 1233846219 0 # Node ID e8ee7cd18b247e0ba2a17dcc6a77d6b7126bbfb7 # Parent 6eb15d529eb88edc9511fb312b716b25dc2e8a66 Add zopeinterface diff -r 6eb15d529eb8 -r e8ee7cd18b24 zopeinterface/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zopeinterface/receipt Thu Feb 05 15:03:39 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="zopeinterface" +VERSION="3.3.0" +CATEGORY="network" +SHORT_DESC="Zope 3 Interface Infrastructure." +MAINTAINER="pascal.bellard@slitaz.org" +SOURCE="zope.interface" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.zope.org/Products/ZopeInterface" +WGET_URL="$WEB_SITE/$VERSION/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build && python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +