wok-6.x rev 3784
Add: rhino (1.7R2)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Jul 30 15:22:20 2009 +0000 (2009-07-30) |
parents | 59feb32d3c4f |
children | dfc19b43e166 |
files | rhino/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rhino/receipt Thu Jul 30 15:22:20 2009 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="rhino" 1.7 +VERSION="1.7R2" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="JavaScript for Java." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="jre" 1.12 +BUILD_DEPENDS="" 1.13 +TARBALL="${PACKAGE}1_7R2.zip" 1.14 +WEB_SITE="http://www.mozilla.org/rhino/" 1.15 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + mv rhino1_7R2 $src 1.21 + 1.22 + cd $src 1.23 + mkdir -p _pkg/usr/share/java 1.24 + 1.25 + cp -a js*.jar _pkg/usr/share/java 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs 1.32 + cp -a $_pkg/usr $fs 1.33 +}