Re: lrzip receipt

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


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/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/