wok annotate bleachbit/receipt @ rev 15201

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 18:25:02 2013 +0000 (2013-09-07)
parents 2b9f96603415
children 16df76e1fc6a
rev   line source
pascal@11217 1 # SliTaz package receipt.
pascal@11217 2
pascal@11217 3 PACKAGE="bleachbit"
admin@13857 4 VERSION="0.9.4"
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@15201 8 LICENSE="GPL3"
pascal@11217 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11217 10 WEB_SITE="http://bleachbit.sourceforge.net/"
pascal@11217 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14999 12
pascal@11217 13 BUILD_DEPENDS="python"
pascal@11217 14 DEPENDS="pygtk python"
pascal@11217 15
pascal@11217 16 # Rules to configure and make the package.
pascal@11217 17 compile_rules()
pascal@11217 18 {
pascal@11217 19 cd $src
pascal@11217 20 make -C po local &&
pascal@11217 21 make prefix=/usr DESTDIR=$DESTDIR install
pascal@11217 22 }
pascal@11217 23
pascal@11217 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11217 25 genpkg_rules()
pascal@11217 26 {
pascal@11217 27 mkdir -p $fs/usr/
pascal@14999 28 cp -a $install/usr/bin $fs/usr
pascal@14999 29 cp -a $install/usr/share $fs/usr
pascal@11217 30 }