wok view bleachbit/receipt @ rev 22250

updated xorg-xclock (1.0.6 -> 1.0.9)
author Hans-G?nter Theisgen
date Tue Nov 12 16:43:09 2019 +0100 (2019-11-12)
parents 16df76e1fc6a
children 859a7c0fa176
line source
1 # SliTaz package receipt.
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="http://bleachbit.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="python"
15 DEPENDS="pygtk python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make -C po local &&
21 make prefix=/usr DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share $fs/usr
30 }