luaposix: update to 5.1.28.
This commit is contained in:
parent
5f4a3f36b3
commit
cb94bb77a9
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'luaposix'
|
# Template file for 'luaposix'
|
||||||
pkgname=luaposix
|
pkgname=luaposix
|
||||||
version=5.1.15
|
version=5.1.28
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="${pkgname}-release-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libdir=/usr/lib/lua/5.1 --datadir=/usr/share/lua/5.1"
|
configure_args="--libdir=/usr/lib/lua/5.1 --datadir=/usr/share/lua/5.1"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl lua-devel"
|
||||||
makedepends="lua-devel"
|
makedepends="ncurses-devel lua-devel"
|
||||||
depends="lua"
|
depends="lua"
|
||||||
short_desc="A POSIX library for Lua programming language"
|
short_desc="A POSIX library for Lua programming language"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://luaforge.net/projects/luaposix/"
|
homepage="http://luaforge.net/projects/luaposix/"
|
||||||
distfiles="https://github.com/downloads/rrthomas/$pkgname/$pkgname-$version.tar.gz"
|
create_srcdir=yes
|
||||||
checksum=43a4be3279f42cbfcba6f9ae5218d786246203133d4a73806a53f53f95d6241c
|
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
|
||||||
|
checksum=d82a322cb93d25ef16ba2cbab79f6fa1d94806249542d771c2c89a5f9cc4345f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/$pkgname/examples
|
vmkdir usr/share/$pkgname/examples
|
||||||
|
|
Loading…
Reference in New Issue