diff --git a/srcpkgs/valabind/template b/srcpkgs/valabind/template new file mode 100644 index 00000000000..a6647531b0c --- /dev/null +++ b/srcpkgs/valabind/template @@ -0,0 +1,24 @@ +# Template file for 'valabind' +pkgname=valabind +version=0.6.5 +homepage="http://radare.org" +distfiles="$homepage/get/$pkgname-$version.tar.gz" +build_style=gnu-makefile +short_desc="Tool to transform vala source files to swig, GIR or GEAR" +maintainer="Juan RP " +license="LGPL-3" +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." + +disable_parallel_build=yes + +Add_dependency build pkg-config +Add_dependency build vala-devel +Add_dependency build glib-devel diff --git a/srcpkgs/valabind/valabind.rshlibs b/srcpkgs/valabind/valabind.rshlibs new file mode 100644 index 00000000000..4ea10631cb0 --- /dev/null +++ b/srcpkgs/valabind/valabind.rshlibs @@ -0,0 +1,7 @@ +libvala-0.14.so.0 +libgobject-2.0.so.0 +libgthread-2.0.so.0 +librt.so.1 +libglib-2.0.so.0 +libpthread.so.0 +libc.so.6