Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
08c407459d
4 changed files with 63 additions and 2 deletions
  1. +2
    -0
      package/fake/avidemux/avidemux.conf
  2. +2
    -2
      package/fake/avidemux/avidemux.desc
  3. +17
    -0
      package/fake/spidermonkey/spidermonkey.conf
  4. +42
    -0
      package/fake/spidermonkey/spidermonkey.desc

+ 2
- 0
package/fake/avidemux/avidemux.conf

@ -0,0 +1,2 @@
var_append confopt ' ' "--with-jsapi-include=$root/$prefix/include/spidermonkey"

+ 2
- 2
package/fake/avidemux/avidemux.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Beta
[V] 2.0.40
[V] 2.1.2
[P] X -----5---9 233.800
[D] 1174058091 avidemux-2.0.40.tar.gz http://download.berlios.de/avidemux/
[D] 2627932314 avidemux-2.1.2.tar.gz http://download.berlios.de/avidemux/

+ 17
- 0
package/fake/spidermonkey/spidermonkey.conf

@ -0,0 +1,17 @@
spidermonkey_custmain() {
cd src
eval $MAKE -f Makefile.ref $makeopt BUILD_OPT=1
install Linux_All_OPT.OBJ/js $root/$prefix/bin
install Linux_All_OPT.OBJ/jscpucfg $root/$prefix/bin
install Linux_All_OPT.OBJ/libjs.so $root/$prefix/lib
install Linux_All_OPT.OBJ/libjs.a $root/$prefix/lib
mkdir -p $root/$prefix/include/spidermonkey
install Linux_All_OPT.OBJ/jsautocfg.h $root/$prefix/include/spidermonkey
install *.h $root/$prefix/include/spidermonkey
}
custmain="spidermonkey_custmain"

+ 42
- 0
package/fake/spidermonkey/spidermonkey.desc

@ -0,0 +1,42 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/fake/spidermonkey/spidermonkey.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Mozilla's C implementation of JavaScript
[T] SpiderMonkey is the code-name for the Mozilla's C implementation of
[T] JavaScript.
[U] http://www.mozilla.org/js/spidermonkey/
[A] The Mozilla Community <http://www.mozilla.org/about.html>
[M] fake <fake@rocklinux.org>
[C] extra/development
[L] MPL
[S] Stable
[V] 1.5
[P] X -----5---9 233.700
[D] 1678372624 js-1.5.tar.gz http://ftp.mozilla.org/pub/mozilla.org/js/

Loading…
Cancel
Save