valabind: update to 0.7.4.

This commit is contained in:
Juan RP 2014-01-03 16:46:16 +01:00
parent feee4a6c54
commit edc04b2743

View file

@ -1,22 +1,14 @@
# Template file for 'valabind' # Template file for 'valabind'
pkgname=valabind pkgname=valabind
version=0.7.2 version=0.7.4
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config" hostmakedepends="pkg-config vala-devel"
makedepends="vala-devel>=0.20 glib-devel" makedepends="vala-devel glib-devel"
depends="vala-devel>=0.20" depends="vala-devel"
short_desc="Tool to transform vala source files to swig, GIR or GEAR" short_desc="Tool to transform vala source files to swig, GIR or GEAR"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3" license="LGPL-3"
homepage="http://radare.org" homepage="http://radare.org"
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz" distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
checksum=99bebad1ab8d44111b862aa8569a53f41a9c183954100467e30f77e29aa36102 checksum=854c75a5375122445c266e0c54e5d1949d6eedc30d1c4cbc530060047f3fea4d
long_desc="
Valabind is a tool to parse vala[1] or vapi files to transform
them into swig interface files, C++ source files, GIR or GEAR.
With swig, you can create language bindings for any API
written in vala or C with a vapi interface.
It can also generate bindings for C++ and v8-GearBox."