SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

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"

# 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
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)