[csw-devel] SF.net SVN: gar:[20915] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 30 16:22:13 CEST 2013


Revision: 20915
          http://gar.svn.sourceforge.net/gar/?rev=20915&view=rev
Author:   dmichelsen
Date:     2013-04-30 14:22:13 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
vala/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/vala/
    csw/mgar/pkg/vala/Makefile
    csw/mgar/pkg/vala/branches/
    csw/mgar/pkg/vala/tags/
    csw/mgar/pkg/vala/trunk/
    csw/mgar/pkg/vala/trunk/Makefile
    csw/mgar/pkg/vala/trunk/checksums
    csw/mgar/pkg/vala/trunk/files/

Added: csw/mgar/pkg/vala/Makefile
===================================================================
--- csw/mgar/pkg/vala/Makefile	                        (rev 0)
+++ csw/mgar/pkg/vala/Makefile	2013-04-30 14:22:13 UTC (rev 20915)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/vala/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/vala/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vala/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/vala/trunk/Makefile	2013-04-30 14:22:13 UTC (rev 20915)
@@ -0,0 +1,37 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = vala
+VERSION = 0.20.1
+GARTYPE = v2
+
+DESCRIPTION = Compiler for the GObject type system
+define BLURB
+  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.
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES  = $(NAME)-$(VERSION).tar.xz
+
+BUILD_DEP_PKGS += CSWglib2devel
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibpcre-dev
+BUILD_DEP_PKGS += CSWlibffi-dev
+BUILD_DEP_PKGS += CSWlibxslt-dev
+BUILD_DEP_PKGS += CSWpkgconfig
+
+RUNTIME_DEP_PKGS += CSWglib2
+RUNTIME_DEP_PKGS += CSWlibiconv2
+RUNTIME_DEP_PKGS += CSWpcre
+RUNTIME_DEP_PKGS += CSWlibffi
+RUNTIME_DEP_PKGS += CSWintltool
+RUNTIME_DEP_PKGS += CSWlibxslt
+
+CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/vala/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/vala/trunk/checksums
===================================================================
--- csw/mgar/pkg/vala/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/vala/trunk/checksums	2013-04-30 14:22:13 UTC (rev 20915)
@@ -0,0 +1 @@
+f285a90af17c400e5a4bcecb2b9c318a  vala-0.20.1.tar.xz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list