SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "lrzip"

# SliTaz package receipt.

PACKAGE="lrzip"
VERSION="0.651"
CATEGORY="utilities"
TAGS="compression archive"
SHORT_DESC="Lrzip is a file compression program designed to do particularly well on very large files containing long distance redundancy."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2"
WEB_SITE="http://ck.kolivas.org/apps/lrzip/"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$WEB_SITE/$TARBALL"

DEPENDS="bash bzlib lz4 lzo zlib"
BUILD_DEPENDS="bzip2-dev lz4-dev lzo-dev nasm perl zlib-dev"

current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/tar/!d;s|.*lrzip-\(.*\).tar.*".*|\1|' | sed '$!d'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure $CONFIGURE_ARGS &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)