wok view tlp/receipt @ rev 21962

updated squirrelmail-autocomplete (2.0-1.0.0 -> 3.0-1.4.0)
author Hans-G?nter Theisgen
date Thu Oct 10 16:00:46 2019 +0100 (2019-10-10)
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 }