wok view tlp/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 30ac9545e0c9
children b70697785a3c
line source
1 # SliTaz package receipt.
3 PACKAGE="tlp"
4 VERSION="1.1"
5 CATEGORY="misc"
6 SHORT_DESC="Advanced Power Management for Linux"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://linrunner.de/en/tlp/tlp.html"
11 WGET_URL="https://github.com/linrunner/TLP/archive/$VERSION.tar.gz"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make DESTDIR=$DESTDIR install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cp -a $install/* $fs
23 }