wok-current annotate tlp/receipt @ rev 20691
updated firefox-official* (64.0 -> 65.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 01 15:17:34 2019 +0100 (2019-02-01) |
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 } |