wok-next view bleachbit/receipt @ rev 21570
updated cryptsetup (2.0.6 -> 2.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:47:02 2020 +0100 (2020-06-22) |
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 }