
Receipt for package "szip"
# SliTaz package receipt. PACKAGE="szip" VERSION="2.1.1" CATEGORY="misc" SHORT_DESC="Lossless compression of scientific data." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" WEB_SITE="https://docs.hdfgroup.org/archive/support/doc_resource/SZIP/index.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://docs.hdfgroup.org/archive/support/ftp/lib-external/szip/$VERSION/src/$TARBALL" DEPENDS="" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/tar/!d;s|.*szip-||;s|.tar.*||;q' } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)