wok-4.x view buildbot/receipt @ rev 5340

Updated transmission to 1.92. Added expat-dev to build depends of transmission. Also transmission-cli, transmission-daemon, and transmission-web are all updated to 1.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 27 10:14:26 2010 +0000 (2010-04-27)
parents f9339b345212
children 09b1147415d1
line source
1 # SliTaz package receipt.
3 PACKAGE="buildbot"
4 VERSION="0.7.10p1"
5 CATEGORY="development"
6 SHORT_DESC="Tool to automate the compile/test cycle of code source."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://buildbot.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="python twisted"
12 BUILD_DEPENDS="python python-dev"
13 TAGS="python buildtools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 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 }