wok view bazaar-tools/receipt @ rev 12701
Add: cross-arm-gcc (ARM cross compiler) Build will fail with cooker since it must be build with --first-pass the first time :-) A cross-arm-toolchain meta packge will follow
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 03 16:25:12 2012 +0200 (2012-05-03) |
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 }