
Receipt for package "lzop"
# SliTaz package receipt. PACKAGE="lzop" VERSION="1.04" CATEGORY="base-system" SHORT_DESC="Compressor with a high compression speed." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://www.lzop.org/" WGET_URL="${WEB_SITE}download/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="lzo" BUILD_DEPENDS="lzo-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/Version/!d;s|.*sion ||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure \ $CONFIGURE_ARGS && make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp $src/src/lzop $fs/usr/bin }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)