luaposix: move in lua5.2 dir
This commit is contained in:
parent
0267147105
commit
d559b369b0
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'luaposix'
|
||||
pkgname=luaposix
|
||||
version=5.1.28
|
||||
revision=3
|
||||
revision=4
|
||||
lib32disabled=yes
|
||||
wrksrc="${pkgname}-release-v${version}"
|
||||
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.2 --datadir=/usr/share/lua/5.2"
|
||||
hostmakedepends="perl lua-devel"
|
||||
makedepends="ncurses-devel lua-devel"
|
||||
depends="lua"
|
||||
|
|
Loading…
Reference in a new issue