wok view bazaar-tools/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 00df615e199a
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="bazaar-tools"
4 VERSION="2.4.1"
5 CATEGORY="development"
6 SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="bazaar python"
9 SOURCE="bzrtools"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://bazaar-vcs.org/BzrTools"
12 WGET_URL="http://launchpad.net/$SOURCE/stable/$VERSION/+download/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/lib $fs/usr
26 }