wok-next view bzrtools/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents 6c80b09ff20e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bzrtools"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://wiki.bazaar.canonical.com/BzrTools"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://launchpad.net/$PACKAGE/stable/$VERSION/+download/$TARBALL"
14 compile_rules() {
15 python -B setup.py install --root=$install
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="bzr python"
21 }