mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
lua: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
611cd058ce
commit
80e1eaf27f
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
make -C src \
|
make -C src \
|
||||||
|
14
packages/lang/lua/meta
Normal file
14
packages/lang/lua/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="lua"
|
||||||
|
PKG_VERSION="5.1.4"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="MIT"
|
||||||
|
PKG_SITE="http://www.lua.org/"
|
||||||
|
PKG_URL="http://www.lua.org/ftp/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
|
PKG_DEPENDS=""
|
||||||
|
PKG_BUILD_DEPENDS="toolchain"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="lang"
|
||||||
|
PKG_SHORTDESC="lua: A lightweight, extensible programming language"
|
||||||
|
PKG_LONGDESC="Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://www.lua.org/ftp/lua-5.1.4.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user