CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1361 -
(show annotations)
Tue Oct 6 11:14:30 2009 UTC (3 years, 8 months ago) by cjg
File size: 433 byte(s)
Tue Oct 6 11:14:30 2009 UTC (3 years, 8 months ago) by cjg
File size: 433 byte(s)
tagging release 2.4
| 1 | # Description: an open-source implementation of JavaScript written in Java |
| 2 | # URL: http://www.mozilla.org/rhino/ |
| 3 | # Maintainer: Giuseppe Coviello <cjg@cruxppc.org> |
| 4 | # Packager: Giuseppe Coviello <cjg@cruxppc.org> |
| 5 | # Depends on: |
| 6 | |
| 7 | name=rhino |
| 8 | version=1.7R1 |
| 9 | release=1 |
| 10 | source=(ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R1.zip) |
| 11 | |
| 12 | build() { |
| 13 | cd rhino1_7R1 |
| 14 | install -m755 -d $PKG/usr/share/java |
| 15 | install -m644 js.jar $PKG/usr/share/java |
| 16 | } |