
Receipt for package "zultra"
# SliTaz package receipt. PACKAGE="zultra" VERSION="1.0.0" CATEGORY="system-tools" SHORT_DESC="Fast near-optimal deflate/zlib/gzip compression." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="zlib/libpng cc" WEB_SITE="https://github.com/emmanuel-marty/zultra" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 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/zultra $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)