2011-12-17 15:11:43 +01:00
|
|
|
# Template file for 'valabind'
|
|
|
|
pkgname=valabind
|
2012-10-11 11:41:31 +02:00
|
|
|
version=0.7.2
|
2013-03-28 07:55:36 +01:00
|
|
|
revision=2
|
2012-08-10 14:56:38 +02:00
|
|
|
build_style=gnu-makefile
|
2013-03-28 07:55:36 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="vala-devel>=0.20 glib-devel"
|
|
|
|
depends="vala-devel>=0.20"
|
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"
|
2012-09-25 00:14:39 +02:00
|
|
|
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
|
2012-10-11 11:41:31 +02:00
|
|
|
checksum=99bebad1ab8d44111b862aa8569a53f41a9c183954100467e30f77e29aa36102
|
2011-12-17 15:11:43 +01:00
|
|
|
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."
|