]> git.ipfire.org Git - ipfire-3.x.git/blob - vala/vala.nm
perl-WWW-Curl: Enable testsuite
[ipfire-3.x.git] / vala / vala.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = vala
7 ver_major = 0.56
8 ver_minor = 3
9 version = %{ver_major}.%{ver_minor}
10 release = 1
11
12 groups = Development/Languages
13 url = http://live.gnome.org/Vala
14 license = LGPLv2+ and BSD
15 summary = A modern programming language
16
17 description
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.
22 end
23
24 source_dl = https://download.gnome.org/sources/vala/%{ver_major}/
25 sources = %{thisapp}.tar.xz
26
27 build
28 requires
29 bison
30 dbus
31 dbus-glib-devel
32 flex
33 graphviz-devel
34 pkg-config
35 end
36
37 # Disabled as it does total rubbish.
38 #def test
39 # make check
40 #end
41 end
42
43 packages
44 package %{name}
45 requires = glib2
46 end
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end