wok-next annotate bzrtools/receipt @ rev 21724

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