wok-next view bleachbit/receipt @ rev 21184
aufs-utils: inserted make headers_install
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 22 17:16:53 2019 +0100 (2019-09-22) |
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 }