void-packages/srcpkgs/lgi/template
2013-10-10 11:18:53 +02:00

32 lines
782 B
Plaintext

# Template file for 'lgi'
pkgname=lgi
version=0.7.2
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="libglib-devel libffi-devel lua-devel>=5.2
gobject-introspection gir-freedesktop"
short_desc="Lua binadings for gnome/gobject using gobject-introspection library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="https://github.com/pavouk/lgi"
do_fetch() {
git clone -b${version} git://github.com/pavouk/lgi.git lgi-${version}
}
do_install() {
make DESTDIR=${DESTDIR} LUA_LIBDIR=/usr/lib/lua/5.2 \
LUA_SHAREDIR=/usr/share/lua/5.2 install
vinstall tools/dump-typelib.lua 755 usr/bin dump-typelib
vinstall LICENSE 644 usr/share/licenses/lgi
}
lgi_package() {
depends="lua>=5.2 gir-freedesktop"
pkg_install() {
vmove all
}
}