[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Re: lrzip receipt
- From: Rohit Joshi <rj.rohit@xxxxxxxxx>
- Date: Wed, 17 Feb 2010 14:05:56 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=zyKH1M6us1QxXzQnQ5MJHTIgrixjJ6Q+GVxEv8Hs4UE=; b=d4+1CTsL3iTp7FQwIUaD5K6efgSRJevoe9kN/vRg92KcyHyMBXFw7xco5AEZ4A4UJ6 ZDSTTdt+wFC2uNmKItfhJq9Dh+AVJPYwu95On1JEEknwPGCQlJp5z368GmzwT+8Q7miN wrc5ejXNDCOE4usAXI/rrCdZ4qB6wpBE/tnak=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=K6WDbBMIt3glPpOL2nJB4ZnUIkcXgKiYNIZkYbSwbpG+K4CDmmWRSr8dZfyvC6RrWm XxYeVd/e5/BKBeaxi3rVNgyZiMPclFCHkaktFBvFw2kQC8OsNHhUDDjp7y9mRNfbkddT BYNx71fyyw2XjW7rlIf8e8wwhTZn81Dx315/U=
Hi Alexander Medvedev,
Both receipts looks great (pushed to wok):
http://hg.slitaz.org/wok/rev/f6fb8ef6268e
http://hg.slitaz.org/wok/rev/d23f01b641fd
Please also add TAGS variable. You may like to get an account to
directly push new pkgs to wok.
Thanks
Rohit
On Wed, Feb 17, 2010 at 12:41 PM, Alexander Medvedev <devl547@xxxxxxxxx> wrote:
> # SliTaz package receipt.
>
> PACKAGE="lrzip"
> VERSION="0.44"
> CATEGORY="utilities"
> SHORT_DESC="lrzip is a file compression program designed to do particularly
> well on very large files containing long distance redundancy"
> MAINTAINER="devl547@xxxxxxxxx"
> TARBALL="$PACKAGE-$VERSION.tar.bz2"
> WEB_SITE="http://ck.kolivas.org/apps/lrzip/"
> WGET_URL="$WEB_SITE/$TARBALL"
> BUILD_DEPENDS="lzo-dev bzip2-dev zlib-dev nasm"
>
> # 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/bin $fs/usr
> }
>
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/