wok view bleachbit/receipt @ rev 18395

open-vm-tools: add missing dep linux-module-headers
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 01:56:55 2015 +0000 (2015-09-19)
parents f4c22f009037
children ed2d66b3c838
line source
1 # SliTaz package receipt.
3 PACKAGE="bleachbit"
4 VERSION="0.9.4"
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://bleachbit.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="python"
14 DEPENDS="pygtk python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make -C po local &&
20 make prefix=/usr DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/
27 cp -a $install/usr/bin $fs/usr
28 cp -a $install/usr/share $fs/usr
29 }