wok-next view bzrtools/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
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 }