luaposix: update to 33.4.0, switch to lua 5.3.

This commit is contained in:
Christopher Brannon 2017-03-25 21:27:45 -07:00
parent 8092ff823d
commit 7947f26c0f

View file

@ -1,22 +1,23 @@
# Template file for 'luaposix'
pkgname=luaposix
version=5.1.28
revision=5
version=33.4.0
revision=1
lib32disabled=yes
wrksrc="${pkgname}-release-v${version}"
build_style=gnu-configure
configure_args="--libdir=/usr/lib/lua/5.2 --datadir=/usr/share/lua/5.2"
hostmakedepends="perl lua52-devel"
makedepends="ncurses-devel lua52-devel"
configure_args="--libdir=/usr/lib/lua/5.3 --datadir=/usr/share/lua/5.3 --docdir=/usr/share/doc/${pkgname}"
hostmakedepends="perl lua-devel"
makedepends="ncurses-devel lua-devel"
depends="lua"
short_desc="A POSIX library for Lua programming language"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
license="MIT"
homepage="http://luaforge.net/projects/luaposix/"
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
checksum=d82a322cb93d25ef16ba2cbab79f6fa1d94806249542d771c2c89a5f9cc4345f
checksum=e66262f5b7fe1c32c65f17a5ef5ffb31c4d1877019b4870a5d373e2ab6526a21
post_install() {
vlicense COPYING
vmkdir usr/share/$pkgname/examples
vcopy "*.lua" usr/share/$pkgname/examples
vcopy "examples/*.lua" usr/share/$pkgname/examples
}