diff --git a/package/fake/avidemux/avidemux.conf b/package/fake/avidemux/avidemux.conf new file mode 100644 index 000000000..1ffd6babb --- /dev/null +++ b/package/fake/avidemux/avidemux.conf @@ -0,0 +1,2 @@ + +var_append confopt ' ' "--with-jsapi-include=$root/$prefix/include/spidermonkey" diff --git a/package/fake/avidemux/avidemux.desc b/package/fake/avidemux/avidemux.desc index 2cb826b5b..edfa2871f 100644 --- a/package/fake/avidemux/avidemux.desc +++ b/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/ diff --git a/package/fake/spidermonkey/spidermonkey.conf b/package/fake/spidermonkey/spidermonkey.conf new file mode 100644 index 000000000..ee2172a7f --- /dev/null +++ b/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" diff --git a/package/fake/spidermonkey/spidermonkey.desc b/package/fake/spidermonkey/spidermonkey.desc new file mode 100644 index 000000000..074352cc7 --- /dev/null +++ b/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 +[M] fake + +[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/ +