wok annotate twisted/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents af3b86517cc1
children 7390f8de9846
rev   line source
pascal@2149 1 # SliTaz package receipt.
pascal@2149 2
pascal@2149 3 PACKAGE="twisted"
slaxemulator@15848 4 VERSION="13.2.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@15854 15 BUILD_DEPENDS="python python-dev zopeinterface"
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