Added vala-0.10.1 build template.
This commit is contained in:
25
srcpkgs/vala/template
Normal file
25
srcpkgs/vala/template
Normal file
@@ -0,0 +1,25 @@
|
||||
# Template file for 'vala'
|
||||
pkgname=vala
|
||||
version=0.10.1
|
||||
distfiles="http://download.gnome.org/sources/vala/0.10/vala-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-vapigen"
|
||||
short_desc="Compiler for the GObject type system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=eae1d2f52b651e9d2ed31ae0877ab671b5f796a3013c714f86a926806337805a
|
||||
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
|
||||
Reference in New Issue
Block a user