wok view tlp/receipt @ rev 21759

mosh: use gcc83
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 19:12:58 2019 +0200 (2019-06-26)
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 }