wok view bazaar-tools/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents 16df76e1fc6a
children 9af0e03b8ad0
line source
1 # SliTaz package receipt.
3 PACKAGE="bazaar-tools"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 SOURCE="bzrtools"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://bazaar-vcs.org/BzrTools"
12 WGET_URL="https://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL"
14 DEPENDS="bazaar python"
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 }
30 ## -----------------------------------------------------------------------
31 ## Revision: 03/Aug/2017 - SliTaz DevTeam.
32 ## URL: "http://bazaar-vcs.org/BzrTools" is OFF.
33 ## This looks good? => http://wiki.bazaar.canonical.com/BzrTools
34 ## !! Please, remove this after you update. Thank you.