wok-next annotate cpulimit/receipt @ rev 20488

palemoon: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:00:54 2018 +0100 (2018-03-12)
parents 42d9d6d83956
children d5aab818505e
rev   line source
al@20461 1 # SliTaz package receipt v2.
paul@1301 2
paul@1301 3 PACKAGE="cpulimit"
paul@1301 4 VERSION="1.1"
paul@1301 5 CATEGORY="system-tools"
al@20461 6 SHORT_DESC="Limits the CPU usage of a process"
paul@1301 7 MAINTAINER="allan316@gmail.com"
pascal@15579 8 LICENSE="GPL2"
al@20461 9 WEB_SITE="http://cpulimit.sourceforge.net"
al@20461 10
paul@1301 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20473 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
paul@1301 13
al@20461 14 compile_rules() {
al@20461 15 make &&
al@20473 16 install -Dm755 $src/cpulimit $install/usr/bin/cpulimit
paul@1301 17 }
paul@1301 18
al@20461 19 genpkg_rules() {
al@20461 20 copy @std
paul@1301 21 }