lrzip receipt

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


# 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
}


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