[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: receipt for cpulimit
- From: "Allan Pinto" <allan316@xxxxxxxxx>
- Date: Fri, 22 Aug 2008 14:33:19 +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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=tpwKNFu3/xptgFJrMMlmSuGHCr4bPSIDOvuX9dU1wbo=; b=UljZcOxO6L282LVPen+moO6FF0byQHUA1KwzuUIFA+8KDQ1w2+iBKEt0IYR+lZnCZz ex2p61E23OZ93ifxPqR5C7++eppYTxLDwfYDWcpGe65IixgalPYiecQ/iT2krvjXWTg3 x8CfKyQUkDxP115N1rCSU9AoTKZJY80I1nIk4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Mpa0NRoa2BnwqoDIurS9bKFub+/nzi53Bzbum1AlILD4m+mE6YXG+HxoQxmt6a6Xwy XQbAv4Bsb+p/g0eGFIbNJwxWSUm7Q2zM10zZ6U87mJUpPvNxmT4MiZMuRKFAgg4hMqVH bRTHlg476N3xeiWfVAFSwGWCXWW8/5LYGMYsM=
Hey thanx Paul,
does this mean that it will be available directly like in a tazpkg
get-install cpulimit , later.
On Fri, Aug 22, 2008 at 3:13 PM, Paul Issott <paul@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Allan, receipt works fine! I've tidied it up a little bit. You don't need to send the package as well.
>
> Paul
>
> ======================================================================
>
> # 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
> make
> }
>
> # Rules to gen a SliTaz package suitable for Tazpkg.
> genpkg_rules()
> {
> mkdir -p $fs/usr/bin
> cp -a $src/cpulimit $fs/usr/bin
> }
>
>
> ======================================================================
>
> On Fri, 22 Aug 2008 13:32:20 +0000
> "Allan Pinto" <allan316@xxxxxxxxx> wrote:
>
>> 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/
>>
>
>
> --
> Paul Issott <paul@xxxxxxxxxxxxxxxxxxx>
>
>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>
--
Thanx and regd's.
Allan.
http://www.in2dwok.com
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/