wok view bazaar-tools/receipt @ rev 15828

bazaar-tools: I think cookutils only uses real wget when https is in WGET_URL.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 10:50:53 2014 +0000 (2014-01-24)
parents a0881230bdd1
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="bazaar-tools"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 SOURCE="bzrtools"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://bazaar-vcs.org/BzrTools"
12 WGET_URL="https://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL"
14 DEPENDS="bazaar python"
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }