wok-next diff bazaar-tools/receipt @ rev 9543
blender: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 13:01:20 2011 +0200 (2011-04-09) |
parents | |
children | 50ea4c3f349d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bazaar-tools/receipt Sat Apr 09 13:01:20 2011 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bazaar-tools" 1.7 +VERSION="2.3.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="bazaar python" 1.12 +SOURCE="bzrtools" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://bazaar-vcs.org/BzrTools" 1.15 +WGET_URL="http://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + python setup.py install --root=$DESTDIR 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr 1.28 + cp -a $_pkg/usr/lib $fs/usr 1.29 +} 1.30 +