diff --git a/srcpkgs/lgi/template b/srcpkgs/lgi/template index ad4b75b052e..4fee48e2e1d 100644 --- a/srcpkgs/lgi/template +++ b/srcpkgs/lgi/template @@ -1,7 +1,7 @@ # Template file for 'lgi' pkgname=lgi -version=0.7.2 -revision=4 +version=0.8.0 +revision=1 build_style=gnu-makefile hostmakedepends="pkg-config git" makedepends="libglib-devel libffi-devel lua-devel>=5.2 @@ -15,11 +15,10 @@ 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 + vlicense LICENSE }