void-packages/srcpkgs/vala/template

21 lines
799 B
Text
Raw Normal View History

2010-12-16 16:10:17 +00:00
# Template file for 'vala'
pkgname=vala
2013-03-28 06:52:38 +00:00
version=0.20.0
2012-06-24 17:26:06 +00:00
revision=1
build_style=gnu-configure
2010-12-16 16:10:17 +00:00
configure_args="--enable-vapigen"
2013-03-28 06:52:38 +00:00
hostmakedepends="pkg-config flex libxslt"
makedepends="libfl-devel libglib-devel"
2012-06-24 17:26:06 +00:00
subpackages="libvala vala-devel"
2010-12-16 16:10:17 +00:00
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"
2013-03-28 06:52:38 +00:00
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
checksum=2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c
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."