mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
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