wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted"
4 VERSION="13.2.0"
5 CATEGORY="network"
6 SHORT_DESC="Event-driven networking for internet applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="Twisted"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://twistedmatrix.com/trac/"
12 WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL"
14 DEPENDS="python zopeinterface"
15 BUILD_DEPENDS="python python-dev zopeinterface"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py build && python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }