
Receipt for package "rhino"
# SliTaz package receipt. PACKAGE="rhino" VERSION="1.7R2" CATEGORY="development" SHORT_DESC="JavaScript for Java." MAINTAINER="rcx@zoominternet.net" LICENSE="MPL" TARBALL="${PACKAGE}1_7R2.zip" WEB_SITE="https://mozilla.github.io/rhino/" WGET_URL="https://ftp.mozilla.org/pub/js/$TARBALL" TAGS="java javascript" DEPENDS="" BUILD_DEPENDS="" SUGGESTED="java-jre" # What is the latest version available today? current_version() { wget -O - https://github.com/mozilla/rhino/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/Rhino\(.*\)_Release.tar.*|\1|;s|_|.|g;q' } # Rules to configure and make the package. compile_rules() { mkdir -p $install/usr/share/java cp -a js*.jar $install/usr/share/java } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/usr $fs }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)