wok-next view bleachbit/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bleachbit"
4 VERSION="4.0.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="python3 gettext"
17 compile_rules()
18 {
19 make -C po local &&
20 make prefix=/usr DESTDIR=$install install
21 }
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="python-pygtk python3"
27 }