lgi: update to 0.8.0.
This commit is contained in:
parent
50f3727a56
commit
0e96ebabaf
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue