# SliTaz package receipt. PACKAGE="bazaar-tools" VERSION="2.4.1" 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/stable/$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 }