wok annotate bleachbit/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 e5d4882e2116
children e11e8b983ee1
rev   line source
pascal@11217 1 # SliTaz package receipt.
pascal@11217 2
pascal@11217 3 PACKAGE="bleachbit"
admin@13392 4 VERSION="0.9.3"
pascal@11217 5 CATEGORY="system-tools"
pascal@11217 6 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
pascal@11217 7 MAINTAINER="devl547@gmail.com"
pascal@11217 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11217 9 WEB_SITE="http://bleachbit.sourceforge.net/"
pascal@11217 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11217 11 BUILD_DEPENDS="python"
pascal@11217 12 DEPENDS="pygtk python"
pascal@11217 13
pascal@11217 14 # Rules to configure and make the package.
pascal@11217 15 compile_rules()
pascal@11217 16 {
pascal@11217 17 cd $src
pascal@11217 18 make -C po local &&
pascal@11217 19 make prefix=/usr DESTDIR=$DESTDIR install
pascal@11217 20 }
pascal@11217 21
pascal@11217 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11217 23 genpkg_rules()
pascal@11217 24 {
pascal@11217 25 mkdir -p $fs/usr/
pascal@11217 26 cp -a $_pkg/usr/bin $fs/usr
pascal@11217 27 cp -a $_pkg/usr/share $fs/usr
pascal@11217 28 }