27 lines
720 B
Bash
27 lines
720 B
Bash
|
# Template file for 'tolua'
|
||
|
pkgname=tolua
|
||
|
version=5.2.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="pkg-config cmake"
|
||
|
makedepends="lua52-devel"
|
||
|
short_desc="A tool that greatly simplifies the integration of C/C++ code with Lua"
|
||
|
maintainer="Antonio Malcolm <antonio@antoniomalcolm.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="https://github.com/LuaDist/tolua"
|
||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||
|
checksum=121ae6b6e1fb86d064e5994be5ef43ee2e20d2602f40e6ba48fa9de867ffc3d5
|
||
|
|
||
|
shlib_provides="libtolua.so"
|
||
|
|
||
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2 -fPIC"
|
||
|
nopie=yes
|
||
|
|
||
|
tolua-devel_package() {
|
||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||
|
short_desc+=" - development files"
|
||
|
pkg_install() {
|
||
|
vmove "usr/include"
|
||
|
}
|
||
|
}
|