2011-12-17 15:11:43 +01:00
|
|
|
# Template file for 'valabind'
|
|
|
|
pkgname=valabind
|
|
|
|
version=0.6.5
|
2012-06-04 10:57:47 +02:00
|
|
|
disable_parallel_build=yes
|
2011-12-17 15:11:43 +01:00
|
|
|
build_style=gnu-makefile
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config vala-devel glib-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2011-12-17 15:11:43 +01:00
|
|
|
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-3"
|
2012-06-04 10:57:47 +02:00
|
|
|
homepage="http://radare.org"
|
|
|
|
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
2011-12-17 15:11:43 +01:00
|
|
|
checksum=161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751
|
|
|
|
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."
|