# SliTaz package receipt. PACKAGE="buildbot" VERSION="0.8.5" CATEGORY="development" SHORT_DESC="Tool to automate the compile/test cycle of code source." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://buildbot.net/" WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" DEPENDS="python twisted" BUILD_DEPENDS="python python-dev" TAGS="python buildtools" # Rules to configure and make the package. compile_rules() { cd $src python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $_pkg/usr $fs }