wok view tlp/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents
children a78610b2eb47
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="http://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 }