wok annotate twisted/receipt @ rev 15755

sudoku: add a nice icon
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 03 20:56:47 2014 +0100 (2014-01-03)
parents 01b227722187
children af3b86517cc1
rev   line source
pascal@2149 1 # SliTaz package receipt.
pascal@2149 2
pascal@2149 3 PACKAGE="twisted"
slaxemulator@11070 4 VERSION="11.0.0"
pascal@2149 5 CATEGORY="network"
pascal@2149 6 SHORT_DESC="Event-driven networking for internet applications."
pascal@2149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pascal@2149 9 SOURCE="Twisted"
pascal@2149 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@2149 11 WEB_SITE="http://twistedmatrix.com/trac/"
slaxemulator@11070 12 WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
pascal@15600 13
pascal@2149 14 DEPENDS="python zopeinterface"
slaxemulator@6427 15 BUILD_DEPENDS="python python-dev"
pascal@2149 16
pascal@2149 17 # Rules to configure and make the package.
pascal@2149 18 compile_rules()
pascal@2149 19 {
pascal@2149 20 cd $src
slaxemulator@11070 21 python setup.py build && python setup.py install --root=$DESTDIR
pascal@2149 22 }
pascal@2149 23
pascal@2149 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2149 25 genpkg_rules()
pascal@2149 26 {
pascal@15600 27 cp -a $install/usr $fs
pascal@2149 28 }
pascal@2149 29