
Receipt for package "neonview"
# SliTaz package receipt. PACKAGE="neonview" VERSION="0.8.2" CATEGORY="graphics" SHORT_DESC="Free, lightweight image viewer." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL2" WEB_SITE="https://www.tuxarena.com/intro/neonview.php" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="https://www.tuxarena.com/intro/files/$TARBALL" DEPENDS="gtk+3" BUILD_DEPENDS="gtk+3-dev" # What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ sed '/neonview-/!d;/tar/!d;s|.*neonview-||;s|-.*||;q' } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { install -Dm755 $src/neonview $fs/usr/bin/neonview }
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)