wok-next view bzrtools/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
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 }