SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "bleachbit"

# SliTaz package receipt.

PACKAGE="bleachbit"
VERSION="0.9.4"
CATEGORY="system-tools"
SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
MAINTAINER="devl547@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://bleachbit.sourceforge.net/"
WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
BUILD_DEPENDS="python"
DEPENDS="pygtk python"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    make -C po local &&
    make prefix=/usr DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share $fs/usr
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)