
Receipt for package "apngopt"
# SliTaz package receipt. PACKAGE="apngopt" VERSION="1.4" CATEGORY="utilities" SHORT_DESC="Optimizes existing APNG animation." MAINTAINER="al.bobylev@gmail.com" LICENSE="zlib/libpng" WEB_SITE="https://sourceforge.net/projects/apng/" TARBALL="$PACKAGE-$VERSION-src.zip" WGET_URL="$SF_MIRROR/apng/APNG_Optimizer/$VERSION/$TARBALL" DEPENDS="zlib" BUILD_DEPENDS="zlib-dev" # What is the latest version available today? current_version() { wget -O - https://sourceforge.net/projects/apng/files/APNG_Optimizer/ 2>/dev/null | \ sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ sed '/scope="row/!d;/opt-/!d;/src/!d;s|.*apngopt-||;s|-src.*||;q' } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/$PACKAGE $fs/usr/bin }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)