wok-next view bleachbit/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents c022997c7a57
children 19ceb13cedc8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bleachbit"
4 VERSION="2.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.bleachbit.org/"
10 # see also: https://github.com/bleachbit/bleachbit
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="https://download.bleachbit.org/$TARBALL"
15 BUILD_DEPENDS="python gettext"
17 compile_rules() {
18 make -C po local &&
19 make prefix=/usr DESTDIR=$install install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python-pygtk python"
25 }