wok-next view bleachbit/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
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 }