void-packages/srcpkgs/vala/template

21 lines
749 B
Text
Raw Normal View History

2010-12-16 16:10:17 +00:00
# Template file for 'vala'
pkgname=vala
2012-03-26 18:48:05 +00:00
version=0.16.0
distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz"
build_style=gnu-configure
2010-12-16 16:10:17 +00:00
configure_args="--enable-vapigen"
makedepends="pkg-config flex libxslt>=0 glib-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"
2012-03-26 18:48:05 +00:00
checksum=3adb37aa2b35e2e2daed47552e85dbcbf752c0f7768b269d856993620073a657
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"