wok view bleachbit/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 03360f041b37
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="bleachbit"
4 VERSION="0.9.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://bleachbit.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 BUILD_DEPENDS="python"
12 DEPENDS="pygtk python"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make -C po local &&
19 make prefix=/usr DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share $fs/usr
28 }