wok-next view buildbot/receipt @ rev 17573
Up: icu 54.1
| author | Alexander Medvedev <devl547@gmail.com> | 
|---|---|
| date | Sat Feb 07 21:10:31 2015 +0000 (2015-02-07) | 
| parents | a2f841097b9f | 
| children | 16df76e1fc6a | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="buildbot"
     4 VERSION="0.8.5"
     5 CATEGORY="development"
     6 SHORT_DESC="Tool to automate the compile/test cycle of code source."
     7 MAINTAINER="pankso@slitaz.org"
     8 LICENSE="GPL2"
     9 TARBALL="$PACKAGE-$VERSION.tar.gz"
    10 WEB_SITE="http://buildbot.net/"
    11 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL"
    12 TAGS="python buildtools"
    14 DEPENDS="python twisted"
    15 BUILD_DEPENDS="python python-dev"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	cd $src
    21 	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 }