wok annotate rhino/receipt @ rev 3877

Downgrade: ecj (3.5 to 3.4.2) [icedtea6 compatibility]
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 10 12:29:28 2009 +0000 (2009-08-10)
parents f91c3f4209ed
children d7465f7f9abb
rev   line source
rcx@3784 1 # SliTaz package receipt.
rcx@3784 2
rcx@3784 3 PACKAGE="rhino"
rcx@3784 4 VERSION="1.7R2"
rcx@3784 5 CATEGORY="development"
rcx@3784 6 SHORT_DESC="JavaScript for Java."
rcx@3784 7 MAINTAINER="rcx@zoominternet.net"
rcx@3877 8 DEPENDS="java-jre"
rcx@3784 9 BUILD_DEPENDS=""
rcx@3877 10 SUGGESTED=""
rcx@3784 11 TARBALL="${PACKAGE}1_7R2.zip"
rcx@3784 12 WEB_SITE="http://www.mozilla.org/rhino/"
rcx@3784 13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
rcx@3784 14
rcx@3784 15 # Rules to configure and make the package.
rcx@3784 16 compile_rules()
rcx@3784 17 {
rcx@3784 18 mv rhino1_7R2 $src
rcx@3784 19
rcx@3784 20 cd $src
rcx@3784 21 mkdir -p _pkg/usr/share/java
rcx@3784 22
rcx@3784 23 cp -a js*.jar _pkg/usr/share/java
rcx@3784 24 }
rcx@3784 25
rcx@3784 26 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3784 27 genpkg_rules()
rcx@3784 28 {
rcx@3784 29 mkdir -p $fs
rcx@3784 30 cp -a $_pkg/usr $fs
rcx@3784 31 }