* update lua53 to 5.3.6-2
This commit is contained in:
parent
364fca1811
commit
02dded35b0
@ -1,15 +1,16 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
|
||||
# Maintainer: Caleb Maclennan <caleb@alerque.com>
|
||||
|
||||
pkgname=lua53
|
||||
pkgver=5.3.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Powerful lightweight programming language designed for extending applications'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://www.lua.org/'
|
||||
depends=('readline')
|
||||
license=('MIT')
|
||||
options=('!emptydirs')
|
||||
options=('!emptydirs' '!distcc')
|
||||
source=(https://www.lua.org/ftp/lua-$pkgver.tar.gz
|
||||
liblua.so.patch
|
||||
lua.pc
|
||||
@ -43,7 +44,7 @@ package() {
|
||||
|
||||
make \
|
||||
TO_BIN='lua5.3 luac5.3' \
|
||||
TO_LIB="liblua5.3.a liblua5.3.so liblua5.3.so.5.3 liblua5.3.so.$pkgver" \
|
||||
TO_LIB="liblua5.3.so liblua5.3.so.5.3 liblua5.3.so.$pkgver" \
|
||||
INSTALL_DATA='cp -d' \
|
||||
INSTALL_TOP="$pkgdir"/usr \
|
||||
INSTALL_INC="$pkgdir"/usr/include/lua5.3 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user