wok-next view bleachbit/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }