SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "fast-lzma2"

# SliTaz package receipt.

PACKAGE="fast-lzma2"
VERSION="1.0.1"
CATEGORY="base-system"
SHORT_DESC="Fast LZMA2 Library."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD GPL2"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="https://github.com/conor42/fast-lzma2"
WGET_URL="https://github.com/conor42/fast-lzma2/archive/refs/tags/v$VERSION.tar.gz"

BUILD_DEPENDS="gcc83"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    find -name Makefile | xargs sed -i 's|uname -m|echo i686|;s|/local||'
    make CC=gcc-83 PREFIX=/usr &&
    make DESTDIR=$DESTDIR install
}


# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/lib $fs/usr 
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)