[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: receipt for cpulimit
- From: "Allan Pinto" <allan316@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 13:32:20 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=lEgeJAQg258FkuF69k10zJv+aJuDkYVf4S7wtxUGdJA=; b=CN5FDZNPiOw0/Nf0ulOODStH9/ZFVGyjv1uPaCG5LuaIGCVLwm3Vv/9Sqzwiy8wg2q nseDqjw4GmDcveIOhoDomWZI9DYjm3eYjfEt9ERvo5AMEGgRvh2jTW2btnWAMRs8Tuxz cPWnZuAOrJedAMTXri/0K43wMp459PEgw1Q/0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PQgaNqHU4esecYm81mLNaZZ2fddCMsfV/1mXrSiM84xEDS/XaYw7HeFWDNbRyzJWA2 ZDKOjpRLfvs2pzNqtCxe0E3D9ug9+nKfNKfzwPzHjlvvl0DMa7aOYyIN4XQfBg0rHRa+ W3zkj5ytb0YPcqMCxV5dyuQnx8mlVNIzh9//M=
Hi guys,
My first successful package atleast on my pc :) , for cpulimit.
if any of your can tell me if its right, it'll be great. below is the
receipt , also do i have to attach the package and send it ?.
# SliTaz package receipt.
PACKAGE="cpulimit"
VERSION="1.1"
CATEGORY="system-tools"
SHORT_DESC="cpulimit is a simple program that attempts to limit the
cpu usage of a process"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://cpulimit.sourceforge.net"
WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/cpulimit/$TARBALL"
# Rules to configure and make the package.
compile_rules()
{
cd $src
#./configure --prefix=/usr --infodir=/usr/share/info \
#--mandir=/usr/share/man $CONFIGURE_ARGS
make
#make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr
mkdir -p $fs/usr/bin
cp $src/cpulimit $fs/usr/bin
strip -s $fs/usr/bin/*
}
--
Thanx and regd's.
Allan.
http://www.in2dawok.com
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/