SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lzip"

# SliTaz package receipt.

PACKAGE="lzip"
VERSION="1.11"
CATEGORY="utilities"
SHORT_DESC="LZMA compressor"
MAINTAINER="mimas@slitaz.org"
DEPENDS="gcc-lib-base"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.nongnu.org/lzip/lzip.html"
WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr $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
#    cp $src/lzdiff $fs/usr/bin
#    cp $src/lzgrep $fs/usr/bin
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)