23 lines
822 B
Text
23 lines
822 B
Text
# Template file for 'vala'
|
|
pkgname=vala
|
|
version=0.14.1
|
|
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=bef8c803e6e84d6dd2c6e771b72245ae268f49f554f3d00b2c4a0b7a28f4a439
|
|
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
|