[Lunar-commits] <moonbase> vala: new compiler
Auke Kok
sofar at foo-projects.org
Fri Jun 6 19:43:25 CEST 2008
commit 74eee651842586cb0020b89a70b7d5b3cae38a02
Author: Denis <0lvin at ukr.net>
Date: Fri Jun 6 19:43:25 2008 +0200
vala: new compiler
Vala is a new programming language that aims to bring modern programming
language(as CSharp) features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and
libraries written in C.
---
zbeta/vala/DEPENDS | 1 +
zbeta/vala/DETAILS | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/zbeta/vala/DEPENDS b/zbeta/vala/DEPENDS
new file mode 100644
index 0000000..a12f68d
--- /dev/null
+++ b/zbeta/vala/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS
new file mode 100644
index 0000000..eadba32
--- /dev/null
+++ b/zbeta/vala/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=vala
+ VERSION=0.3.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/0.3/
+ SOURCE_VFY=sha1:15b670ac10cda3f86e6742da4079ce0f8f7210a3
+ WEB_SITE=http://www.gtk.org/
+ ENTERED=20020714
+ UPDATED=20080505
+ SHORT="Vala - Compiler for the GObject type system"
+
+cat << EOF
+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.
+EOF
More information about the Lunar-commits
mailing list