wok annotate bleachbit/receipt @ rev 21890

updated screen, screen-pam and screen-terminfo (4.2.1 -> 4.7.0)
author Hans-G?nter Theisgen
date Thu Oct 03 11:03:39 2019 +0100 (2019-10-03)
parents 16df76e1fc6a
children 859a7c0fa176
rev   line source
pascal@11217 1 # SliTaz package receipt.
pascal@11217 2
pascal@11217 3 PACKAGE="bleachbit"
Hans-G?nter@20746 4 VERSION="2.0"
pascal@11217 5 CATEGORY="system-tools"
pascal@11217 6 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy"
pascal@11217 7 MAINTAINER="devl547@gmail.com"
pascal@15201 8 LICENSE="GPL3"
Hans-G?nter@20746 9 WEB_SITE="http://bleachbit.sourceforge.net/"
Hans-G?nter@20746 10
pascal@11217 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11217 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@14999 13
pascal@11217 14 BUILD_DEPENDS="python"
pascal@11217 15 DEPENDS="pygtk python"
pascal@11217 16
pascal@11217 17 # Rules to configure and make the package.
pascal@11217 18 compile_rules()
pascal@11217 19 {
pascal@11217 20 make -C po local &&
pascal@11217 21 make prefix=/usr DESTDIR=$DESTDIR install
pascal@11217 22 }
pascal@11217 23
pascal@11217 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11217 25 genpkg_rules()
pascal@11217 26 {
pascal@11217 27 mkdir -p $fs/usr/
pascal@14999 28 cp -a $install/usr/bin $fs/usr
pascal@14999 29 cp -a $install/usr/share $fs/usr
pascal@11217 30 }