lgi: use lua-5.3
This commit is contained in:
parent
36b163b5e3
commit
b45f3327ea
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'lgi'
|
||||
pkgname=lgi
|
||||
version=0.9.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="LUA_VERSION=5.3"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel libffi-devel lua52-devel
|
||||
makedepends="libglib-devel libffi-devel lua-devel
|
||||
gobject-introspection gir-freedesktop"
|
||||
depends="lua52>=5.2 gir-freedesktop"
|
||||
depends="lua gir-freedesktop"
|
||||
short_desc="Lua binadings for gnome/gobject using gobject-introspection library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="MIT"
|
||||
|
@ -14,11 +15,7 @@ homepage="https://github.com/pavouk/lgi"
|
|||
distfiles="https://github.com/pavouk/lgi/archive/$version.tar.gz"
|
||||
checksum=cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} LUA_LIBDIR=/usr/lib/lua/5.2 \
|
||||
LUA_SHAREDIR=/usr/share/lua/5.2 install
|
||||
|
||||
post_install() {
|
||||
vbin tools/dump-typelib.lua dump-typelib
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue