Christian Wiese
14 years ago
3 changed files with 86 additions and 0 deletions
@ -0,0 +1,23 @@
|
||||
|
||||
[TIMESTAMP] 1314711530 Tue Aug 30 15:38:50 2011 |
||||
[BUILDTIME] 10 (5) |
||||
[SIZE] 1.41 MB, 28 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] linux-header |
||||
[DEP] lua |
||||
[DEP] make |
||||
[DEP] ncurses |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
@ -0,0 +1,26 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../luajit/luajit.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# for binary distributions it is recommended to use the special target for an |
||||
# amalgamated build which compiles the LuaJIT core as one huge C file and |
||||
# allows GCC to generate faster and shorter code |
||||
var_append makeopt ' ' "amalg" |
||||
|
||||
# By default, modules are only searched under the prefix /usr/local. You can |
||||
# add an extra prefix to the search paths by appending the PREFIX option. |
||||
var_append makeopt ' ' "PREFIX=/$prefix" |
||||
var_append makeinstopt ' ' "PREFIX=/$prefix" |
||||
|
||||
# beta releases only install the LuaJIT executable under the versioned name |
||||
hook_add postmake 5 "ln -sf luajit-$ver $root$bindir/luajit" |
@ -0,0 +1,37 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../luajit/luajit.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A Just-In-Time Compiler for Lua |
||||
|
||||
[T] LuaJIT implements the full set of language features defined by Lua 5.1. |
||||
[T] The virtual machine (VM) is API- and ABI-compatible to the standard Lua |
||||
[T] interpreter and can be deployed as a drop-in replacement. |
||||
[T] LuaJIT offers more performance, at the expense of portability. |
||||
[T] It currently runs on all popular operating systems based on x86 or x64 |
||||
[T] CPUs (Linux, Windows, OSX etc.) or embedded systems based on ARM (Android, |
||||
[T] iOS) or PPC/e500v2 CPUs. |
||||
|
||||
[U] http://luajit.org/ |
||||
|
||||
[A] Mike Pall <web-07@luajit.org> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] MIT |
||||
[S] Beta |
||||
[V] 2.0.0-beta8 |
||||
[P] X -?---5---9 109.801 |
||||
|
||||
[D] 956904827 LuaJIT-2.0.0-beta8.tar.gz http://luajit.org/download/ |
Loading…
Reference in new issue