void-packages/srcpkgs/vala/template

24 lines
822 B
Text
Raw Normal View History

2010-12-16 16:10:17 +00:00
# Template file for 'vala'
pkgname=vala
2012-01-31 16:16:53 +00:00
version=0.14.2
2011-09-29 07:05:10 +00:00
distfiles="${GNOME_SITE}/vala/0.14/vala-$version.tar.xz"
build_style=gnu-configure
2010-12-16 16:10:17 +00:00
configure_args="--enable-vapigen"
short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-02 06:56:30 +00:00
homepage="http://live.gnome.org/Vala"
license="LGPL-2.1"
2012-01-31 16:16:53 +00:00
checksum=807e6978484f66cab3cf4fefd72f37a4293d2831d7a5fd29119bdf9d38a5b3d0
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 build pkg-config
Add_dependency build flex
Add_dependency build libxslt ">=0"
Add_dependency build glib-devel