wok diff tlp/receipt @ rev 25519
created recipes for libuv and libuv-dev 1.44.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 15:35:59 2023 +0100 (20 months ago) |
parents | 5ea0ce1cecc0 |
children | 0262035dc1e7 |
line diff
1.1 --- a/tlp/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/tlp/receipt Fri Feb 24 15:35:59 2023 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tlp" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.5.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Advanced Power Management for Linux." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -11,6 +11,8 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://github.com/linrunner/TLP/archive/$VERSION.tar.gz" 1.15 1.16 +SUGGESTED="perl" 1.17 + 1.18 current_version() 1.19 { 1.20 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.21 @@ -20,7 +22,7 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - make DESTDIR=$DESTDIR install 1.26 + make install DESTDIR=$DESTDIR 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.