]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - vala/vala.nm
libassuan: Update to 2.4.2
[people/amarx/ipfire-3.x.git] / vala / vala.nm
CommitLineData
60149e07 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
60149e07
SS
4###############################################################################
5
802ea3af 6name = vala
7ae3bd05
AM
7ver_major = 0.32
8ver_minor = 0
9version = %{ver_major}.%{ver_minor}
802ea3af
MT
10release = 1
11
12groups = Development/Languages
13url = http://live.gnome.org/Vala
14license = LGPLv2+ and BSD
15summary = A modern programming language.
16
17description
18 Vala is a new programming language that aims to bring modern
19 programming language features to GNOME developers without imposing
20 any additional runtime requirements and without using a different
21 ABI compared to applications and libraries written in C.
22end
23
7ae3bd05
AM
24source_dl = http://artfiles.org/gnome.org/sources/vala/0.32/
25sources = %{thisapp}.tar.xz
802ea3af
MT
26
27build
28 requires
29 bison
30 dbus
31 dbus-glib-devel
32 flex
33 pkg-config
34 end
35
36 # Disabled as it does total rubbish.
37 #def test
38 # make check
39 #end
40end
41
42packages
43 package %{name}
44 requires = glib2
45 end
1f9bc2f0 46
802ea3af
MT
47 package %{name}-devel
48 template DEVEL
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end