wok-current annotate cpuspeed/receipt @ rev 21903
updated shaarli again (0.10.3 -> 0.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 13:29:43 2019 +0100 (2019-10-04) |
parents | 223b265f40fd |
children | 2a0479881723 |
rev | line source |
---|---|
pascal@11219 | 1 # SliTaz package receipt. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="cpuspeed" |
pascal@11219 | 4 VERSION="1.5" |
pascal@15202 | 5 SHORT_DESC="CPU frequency scaling utility" |
pascal@11219 | 6 CATEGORY="system-tools" |
pascal@11219 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@15202 | 8 LICENSE="GPL2" |
pascal@20669 | 9 WEB_SITE="https://www.carlthompson.net/Software/CPUSpeed" |
pascal@11219 | 10 CONFIG_FILES="etc/default/cpufreq" |
pascal@11219 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20669 | 12 WGET_URL="https://www.carlthompson.net/downloads/$PACKAGE/$TARBALL" |
pascal@13027 | 13 TAGS="power-management" |
pascal@11219 | 14 |
pascal@11219 | 15 # Rules to configure and make the package. |
pascal@11219 | 16 |
pascal@11219 | 17 compile_rules() { |
pascal@11219 | 18 cd $src |
pascal@11219 | 19 make |
pascal@11219 | 20 } |
pascal@11219 | 21 |
pascal@11219 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11219 | 23 genpkg_rules() |
pascal@11219 | 24 { |
pascal@11219 | 25 mkdir -p $fs/sbin |
pascal@11219 | 26 cp -a $src/cpuspeed $fs/sbin |
pascal@11219 | 27 |
pascal@11219 | 28 } |