[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: receipt for chmlib
- From: "Allan Pinto" <allan316@xxxxxxxxx>
- Date: Mon, 25 Aug 2008 10:13:55 +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=Uh0hc//+ml4hvnxGzARzEU55RD34OM9JY9oJFzXhXyI=; b=H0tu+ZPwSeBLA+Tq3a91qCuvTwFJ//U5Qj4jOFRycxL6Jy5TKykOYljQVfSGzufBRM m0UQW0th6raA9Yt7+raN2u0UMUdwXm4r7fNWcLfN/sAHV/UrRvuiSYZ9JvGB740P85LL 0UIq6e3Z7dru9jbUQpDXgeEpRJ7PkkwSvRvJ4=
- 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=v6+/lKqdm8rt1dUaK065k/C8ElrU7k9KnmFFQWvloFzv5PdBFCfFEnA7nGLnAepU+d pKTw5DdyXOhyekUoWh/CAYdNxO0Iyl/elQHzU1TgTT8ZL6eSCCqt411CBkNSo9/giDPv mAPbw4UYJO36IIc11QhTP/snldTPunCFPzvxc=
hi Eric
so the new receipt should be like this, right ?
# SliTaz package receipt.
PACKAGE="chmlib"
VERSION="0.39"
CATEGORY="misc"
SHORT_DESC="library for dealing with CHM format"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.jedrea.com/chmlib"
WGET_URL="http://www.jedrea.com/chmlib/$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/lib
cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
}
On Mon, Aug 25, 2008 at 9:37 AM, Allan Pinto <allan316@xxxxxxxxx> wrote:
> ok , i got it, sorry for being so slow, ill send the new receipts in some time.
>
> On Mon, Aug 25, 2008 at 9:32 AM, Allan Pinto <allan316@xxxxxxxxx> wrote:
>> ooh ok, im pretty new at this, do you have any examples anywhere,
>> which i could see and replicate.
>>
>> On Mon, Aug 25, 2008 at 7:34 AM, Eric Joseph-Alexandre <erjo@xxxxxxxxxx> wrote:
>>> Le Mon, 25 Aug 2008 06:25:54 +0000,
>>> "Allan Pinto" <allan316@xxxxxxxxx> a écrit :
>>>
>>>> Hi,
>>> Hi.
>>>
>>> It works.
>>> But... We love to have dev files in a separate package.
>>> chmlib : with /usr/lib/*.so*
>>> chlib-dev : with /usr/lib/*.a;/usr/include
>>>
>>> It would be nice. :)
>>>
>>> +Eric.
>>>
>>>> below is the receipt for chmlib, can anyone check if its ok.
>>>>
>>>> # SliTaz package receipt.
>>>>
>>>> PACKAGE="chmlib"
>>>> VERSION="0.39"
>>>> CATEGORY="misc"
>>>> SHORT_DESC="library for dealing with CHM format"
>>>> MAINTAINER="allan316@xxxxxxxxx"
>>>> DEPENDS=""
>>>> TARBALL="$PACKAGE-$VERSION.tar.gz"
>>>> WEB_SITE="http://www.jedrea.com/chmlib"
>>>> WGET_URL="http://www.jedrea.com/chmlib/$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
>>>> cp -a $_pkg/usr/* $fs/usr
>>>> }
>>>>
>>>>
>>>
>>> ---
>>> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/
>>>
>>
>>
>>
>> --
>> Thanx and regd's.
>>
>> Allan.
>> http://www.in2dwok.com
>>
>
>
>
> --
> Thanx and regd's.
>
> Allan.
> http://www.in2dwok.com
>
--
Thanx and regd's.
Allan.
http://www.in2dwok.com
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/