wok-6.x view cpulimit/receipt @ rev 10007
couchdb: erlang is need also to build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 19 01:59:58 2011 +0200 (2011-05-19) |
parents | 90c0dfc52798 |
children | eb8067417980 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cpulimit"
4 VERSION="1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Limits the cpu usage of a process"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://cpulimit.sourceforge.net"
11 WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/cpulimit/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/cpulimit $fs/usr/bin
25 }