
Receipt for package "xz"
# SliTaz package receipt. PACKAGE="xz" VERSION="5.6.3" CATEGORY="base-system" TAGS="compression archive" SHORT_DESC="General-purpose data compressor with a high compression ratio." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain GPL2.1&version=cooking">LGPL2.1 GPL2 GPL3" WEB_SITE="https://tukaani.org/xz" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$SF_MIRROR/lzmautils/$TARBALL" DEPENDS="liblzma" BUILD_DEPENDS="" HOST_ARCH="i486 arm x86_64" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/tar..z/!d;s|.*xz-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --enable-dynamic=yes \ --enable-small \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $install/usr/bin/xz $fs/usr/bin }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)