
Receipt for package "lzsa"
# SliTaz package receipt. PACKAGE="lzsa" VERSION="1.4.1" CATEGORY="system-tools" SHORT_DESC="Efficient packer optimized for fast decompression on 8-bit cpu." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="zlib/libpng cc" WEB_SITE="https://github.com/emmanuel-marty/lzsa" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" HOST_ARCH="i486 x86_64" current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { sed -i 's|^CC=.*$|CC=gcc|;s|^CFLAGS=|&-std=gnu99 |' \ Makefile make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin mkdir -p $install/usr/share/doc cp -a $src/lzsa $fs/usr/bin cp $src/README* $install/usr/share/doc }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)