void-packages/srcpkgs/vala/template

26 lines
863 B
Text
Raw Normal View History

2010-12-16 16:10:17 +00:00
# Template file for 'vala'
pkgname=vala
version=0.12.0
distfiles="http://download.gnome.org/sources/vala/0.12/vala-$version.tar.bz2"
2010-12-16 16:10:17 +00:00
build_style=gnu_configure
configure_args="--enable-vapigen"
short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9a398e16fba2c78c9bcadb05e489c9bc318e34901d43451ac5d2ce4bc46b1225
2010-12-16 16:10:17 +00:00
long_desc="
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and
libraries written in C."
subpackages="libvala vala-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libvala
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build libxslt ">=0"
Add_dependency build glib-devel