wok annotate cpuspeed/receipt @ rev 18694
Up get-palemoon(25.8.1)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Dec 13 15:47:42 2015 -0500 (2015-12-13) |
parents | d71ba04aa9f5 |
children | a78610b2eb47 |
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@11219 | 9 WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed" |
pascal@11219 | 10 CONFIG_FILES="etc/default/cpufreq" |
pascal@11219 | 11 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@11219 | 12 WGET_URL="http://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 } |