valabind: update to 0.7.4.
This commit is contained in:
parent
feee4a6c54
commit
edc04b2743
|
@ -1,22 +1,14 @@
|
|||
# Template file for 'valabind'
|
||||
pkgname=valabind
|
||||
version=0.7.2
|
||||
revision=2
|
||||
version=0.7.4
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="vala-devel>=0.20 glib-devel"
|
||||
depends="vala-devel>=0.20"
|
||||
hostmakedepends="pkg-config vala-devel"
|
||||
makedepends="vala-devel glib-devel"
|
||||
depends="vala-devel"
|
||||
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
|
||||
checksum=99bebad1ab8d44111b862aa8569a53f41a9c183954100467e30f77e29aa36102
|
||||
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."
|
||||
checksum=854c75a5375122445c266e0c54e5d1949d6eedc30d1c4cbc530060047f3fea4d
|
||||
|
|
Loading…
Reference in New Issue