wok view twisted-conch/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents aec4d3c7826a
children de0a03600a6a
line source
1 # SliTaz package receipt.
3 PACKAGE="twisted-conch"
4 VERSION="10.0.0"
5 CATEGORY="network"
6 SHORT_DESC="The Twisted SSH Implementation."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SOURCE="TwistedConch"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WEB_SITE="http://twistedmatrix.com/trac/"
11 WGET_URL="http://tmrc.mit.edu/mirror/twisted/Conch/${VERSION%.*}/$TARBALL"
12 DEPENDS="python twisted pycrypto"
13 BUILD_DEPENDS="python python-dev twisted"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build && python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }