wok annotate tlp/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents 30ac9545e0c9
children b70697785a3c
rev   line source
pascal@20256 1 # SliTaz package receipt.
pascal@20256 2
pascal@20256 3 PACKAGE="tlp"
pascal@20256 4 VERSION="1.1"
pascal@20256 5 CATEGORY="misc"
pascal@20256 6 SHORT_DESC="Advanced Power Management for Linux"
pascal@20256 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20256 8 LICENSE="GPL2 GPL3"
pascal@20256 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20669 10 WEB_SITE="https://linrunner.de/en/tlp/tlp.html"
pascal@20256 11 WGET_URL="https://github.com/linrunner/TLP/archive/$VERSION.tar.gz"
pascal@20256 12
pascal@20256 13 # Rules to configure and make the package.
pascal@20256 14 compile_rules()
pascal@20256 15 {
pascal@20256 16 make DESTDIR=$DESTDIR install
pascal@20256 17 }
pascal@20256 18
pascal@20256 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20256 20 genpkg_rules()
pascal@20256 21 {
pascal@20256 22 cp -a $install/* $fs
pascal@20256 23 }