wok-next view bleachbit/receipt @ rev 21705

updated graphviz (2.40.1 -> 2.44.0)
author Hans-G?nter Theisgen
date Mon Jul 06 14:36:48 2020 +0100 (2020-07-06)
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 }