void-packages/srcpkgs/lgi/template

24 lines
756 B
Bash
Raw Normal View History

2012-12-27 14:44:42 +00:00
# Template file for 'lgi'
pkgname=lgi
2015-03-29 07:06:33 +00:00
version=0.9.0
2014-11-24 09:15:21 +00:00
revision=1
2012-12-27 14:44:42 +00:00
build_style=gnu-makefile
2015-03-29 07:06:33 +00:00
hostmakedepends="pkg-config"
makedepends="libglib-devel libffi-devel lua-devel
gobject-introspection gir-freedesktop"
depends="lua>=5.2 gir-freedesktop"
2012-12-27 14:44:42 +00:00
short_desc="Lua binadings for gnome/gobject using gobject-introspection library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-12-27 14:44:42 +00:00
license="MIT"
homepage="https://github.com/pavouk/lgi"
2015-03-29 07:06:33 +00:00
distfiles="https://github.com/pavouk/lgi/archive/$version.tar.gz"
checksum="87c7870f8a1c60b48c4d5587b7fab46863e1cb9e76a68520f47e9ef2764cfe24"
2013-10-10 09:18:53 +00:00
do_install() {
2013-10-10 09:18:53 +00:00
make DESTDIR=${DESTDIR} LUA_LIBDIR=/usr/lib/lua/5.2 \
LUA_SHAREDIR=/usr/share/lua/5.2 install
2012-12-27 14:44:42 +00:00
vinstall tools/dump-typelib.lua 755 usr/bin dump-typelib
2014-11-24 09:15:21 +00:00
vlicense LICENSE
2012-12-27 14:44:42 +00:00
}