wok annotate buildbot/receipt @ rev 17583
Add: libsecret 0.18
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Feb 08 19:36:25 2015 +0000 (2015-02-08) |
parents | a2f841097b9f |
children | 16df76e1fc6a |
rev | line source |
---|---|
pankso@3281 | 1 # SliTaz package receipt. |
pankso@3281 | 2 |
pankso@3281 | 3 PACKAGE="buildbot" |
slaxemulator@11072 | 4 VERSION="0.8.5" |
pankso@3281 | 5 CATEGORY="development" |
pankso@3281 | 6 SHORT_DESC="Tool to automate the compile/test cycle of code source." |
pankso@3281 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="GPL2" |
pankso@3281 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@3281 | 10 WEB_SITE="http://buildbot.net/" |
slaxemulator@11072 | 11 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" |
pascal@15579 | 12 TAGS="python buildtools" |
pascal@15579 | 13 |
pankso@3281 | 14 DEPENDS="python twisted" |
pankso@3281 | 15 BUILD_DEPENDS="python python-dev" |
pankso@3281 | 16 |
pankso@3281 | 17 # Rules to configure and make the package. |
pankso@3281 | 18 compile_rules() |
pankso@3281 | 19 { |
pankso@3281 | 20 cd $src |
slaxemulator@11072 | 21 python setup.py install --root=$DESTDIR |
pankso@3281 | 22 } |
pankso@3281 | 23 |
pankso@3281 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3281 | 25 genpkg_rules() |
pankso@3281 | 26 { |
pascal@15579 | 27 cp -a $install/usr $fs |
pankso@3281 | 28 } |