]> git.ipfire.org Git - ipfire-3.x.git/blob - vala/vala.nm
kernel: Update to 5.3.7
[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.32
8 ver_minor = 0
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 = http://artfiles.org/gnome.org/sources/vala/0.32/
25 sources = %{thisapp}.tar.xz
26
27 build
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
40 end
41
42 packages
43 package %{name}
44 requires = glib2
45 end
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end