luaposix51: unbreak cross
This commit is contained in:
parent
c2767955f8
commit
076a23293e
1 changed files with 11 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'luaposix51'
|
# Template file for 'luaposix51'
|
||||||
pkgname=luaposix51
|
pkgname=luaposix51
|
||||||
version=5.1.28
|
version=5.1.28
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
wrksrc="luaposix-release-v${version}"
|
wrksrc="luaposix-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 lua51-devel"
|
hostmakedepends="perl lua51-devel automake libtool"
|
||||||
makedepends="ncurses-devel lua51-devel"
|
makedepends="ncurses-devel lua51-devel"
|
||||||
depends="lua51 lua51-BitOp"
|
depends="lua51 lua51-BitOp"
|
||||||
short_desc="A POSIX library for Lua programming language"
|
short_desc="A POSIX library for Lua programming language"
|
||||||
|
@ -16,6 +16,15 @@ homepage="http://luaforge.net/projects/luaposix/"
|
||||||
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
|
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
|
||||||
checksum=d82a322cb93d25ef16ba2cbab79f6fa1d94806249542d771c2c89a5f9cc4345f
|
checksum=d82a322cb93d25ef16ba2cbab79f6fa1d94806249542d771c2c89a5f9cc4345f
|
||||||
|
|
||||||
|
make_build_args="INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/lua5.1"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
# Fix Cross
|
||||||
|
sed -i 's/AX_LUA_HEADERS/#AX_LUA_HEADERS/' configure.ac
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/$pkgname/examples
|
vmkdir usr/share/$pkgname/examples
|
||||||
vcopy "*.lua" usr/share/$pkgname/examples
|
vcopy "*.lua" usr/share/$pkgname/examples
|
||||||
|
|
Loading…
Reference in a new issue