wok diff buildbot/receipt @ rev 16979
transmission: compile-schemas
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Aug 06 15:43:24 2014 +0000 (2014-08-06) |
parents | a2f841097b9f |
children | 16df76e1fc6a |
line diff
1.1 --- a/buildbot/receipt Mon Oct 17 01:17:49 2011 +0000 1.2 +++ b/buildbot/receipt Wed Aug 06 15:43:24 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." 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 }