wok annotate bleachbit/receipt @ rev 22581
bzlib, libbfd: fix version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 07 13:24:42 2020 +0100 (2020-01-07) |
parents | ed2d66b3c838 |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
pascal@11217 | 1 # SliTaz package receipt. |
pascal@11217 | 2 |
pascal@11217 | 3 PACKAGE="bleachbit" |
Hans-G?nter@22547 | 4 VERSION="3.0" |
pascal@11217 | 5 CATEGORY="system-tools" |
Hans-G?nter@22547 | 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@22547 | 9 WEB_SITE="https://www.bleachbit.org/" |
Hans-G?nter@20746 | 10 |
pascal@11217 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
Hans-G?nter@22547 | 12 WGET_URL="https://download.bleachbit.org/$TARBALL" |
pascal@14999 | 13 |
Hans-G?nter@22547 | 14 DEPENDS="pygtk python" |
pascal@11217 | 15 BUILD_DEPENDS="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 && |
Hans-G?nter@22547 | 21 make install \ |
Hans-G?nter@22547 | 22 prefix=/usr \ |
Hans-G?nter@22547 | 23 DESTDIR=$DESTDIR |
pascal@11217 | 24 } |
pascal@11217 | 25 |
pascal@11217 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11217 | 27 genpkg_rules() |
pascal@11217 | 28 { |
pascal@11217 | 29 mkdir -p $fs/usr/ |
Hans-G?nter@22547 | 30 |
Hans-G?nter@22547 | 31 cp -a $install/usr/bin $fs/usr |
Hans-G?nter@22547 | 32 cp -a $install/usr/share $fs/usr |
pascal@11217 | 33 } |