# HG changeset patch # User Christopher Rogers # Date 1298100431 0 # Node ID 00df615e199ac2dbd6a3674cfecfcb9cee69d7f5 # Parent aebdea8abc929fc570ccc3670b5e3eff81eea645 Add bazzar-tools. diff -r aebdea8abc92 -r 00df615e199a bazaar-tools/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bazaar-tools/receipt Sat Feb 19 07:27:11 2011 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="bazaar-tools" +VERSION="2.3.0" +CATEGORY="development" +SHORT_DESC="Useful collection of utilities (all plugins, right now) for bazaar." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="bazaar python" +SOURCE="bzrtools" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://bazaar-vcs.org/BzrTools" +WGET_URL="http://launchpad.net/$SOURCE/trunk/$VERSION/+download/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/lib $fs/usr +} +