void-packages/srcpkgs/vala/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

28 lines
899 B
Plaintext

# Template file for 'vala'
pkgname=vala
version=0.14.0
distfiles="${GNOME_SITE}/vala/0.14/vala-$version.tar.xz"
build_style=gnu-configure
configure_args="--enable-vapigen"
short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Vala"
license="LGPL-2.1"
checksum=3830a30b54738ddfb29ab7819a4ac2370392f52fde090742a8a304fadaec747c
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