
Receipt for package "zip"
# SliTaz package receipt. PACKAGE="zip" VERSION="3.0" CATEGORY="utilities" SHORT_DESC="Compressor utilities compatible with the DOS PKZIP." MAINTAINER="pankso@slitaz.org" LICENSE="other" TARBALL="$PACKAGE${VERSION//./}.tgz" WEB_SITE="https://infozip.sourceforge.net/" WGET_URL="https://www.glaver.org/infozip/src/$TARBALL" TAGS="archive compression" HOST_ARCH="i486 x86_64" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/Zip.html 2>/dev/null | \ sed '/released/!d;s|.*Zip ||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { make -f unix/Makefile generic_gcc } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/zip $fs/usr/bin cp -a $src/zipcloak $fs/usr/bin cp -a $src/zipnote $fs/usr/bin cp -a $src/zipsplit $fs/usr/bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)