wok-next view bzrtools/receipt @ rev 21267

updated freeradius (2.1.12 -> 3.0.20)
author Hans-G?nter Theisgen
date Fri Dec 06 17:16:20 2019 +0100 (2019-12-06)
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 }