wok-undigest annotate bleachbit/receipt @ rev 260

libbonobo has moved to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 28 22:44:58 2011 +0200 (2011-05-28)
parents
children b03127b233a1
rev   line source
devl547@47 1 # SliTaz package receipt.
devl547@47 2
devl547@47 3 PACKAGE="bleachbit"
devl547@47 4 VERSION="0.7.4beta"
devl547@47 5 CATEGORY="utilites"
devl547@47 6 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
devl547@47 7 MAINTAINER="devl547@gmail.com"
devl547@47 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
devl547@47 9 WEB_SITE="http://bleachbit.sourceforge.net/"
devl547@47 10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
devl547@47 11 BUILD_DEPENDS="python"
devl547@47 12 DEPENDS="pygtk python"
devl547@47 13
devl547@47 14 # Rules to configure and make the package.
devl547@47 15 compile_rules()
devl547@47 16 {
devl547@47 17 cd $src
devl547@47 18 make -C po local &&
devl547@47 19 make prefix=/usr DESTDIR=$PWD/_pkg install
devl547@47 20 }
devl547@47 21
devl547@47 22 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@47 23 genpkg_rules()
devl547@47 24 {
devl547@47 25 mkdir -p $fs/usr/
devl547@47 26 cp -a $_pkg/usr/bin $fs/usr
devl547@47 27 cp -a $_pkg/usr/share $fs/usr
devl547@47 28 }