wok-current diff buildbot-slave/receipt @ rev 16094
ffmpeg-compat: typo in post_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 16 14:51:45 2014 +0000 (2014-03-16) |
parents | b9fbbd0318ab |
children | 16df76e1fc6a |
line diff
1.1 --- a/buildbot-slave/receipt Mon Oct 17 01:20:03 2011 +0000 1.2 +++ b/buildbot-slave/receipt Sun Mar 16 14:51:45 2014 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://buildbot.net/" 1.10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" 1.11 +TAGS="python buildtools" 1.12 + 1.13 DEPENDS="python twisted" 1.14 BUILD_DEPENDS="python python-dev" 1.15 -TAGS="python buildtools" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -22,5 +24,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $_pkg/usr $fs 1.24 + cp -a $install/usr $fs 1.25 }