]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - vala/vala.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/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 version = 0.11.2
8 major_ver = 0.11
9 release = 1
10
11 groups = Development/Languages
12 url = http://live.gnome.org/Vala
13 license = LGPLv2+ and BSD
14 summary = A modern programming language.
15
16 description
17 Vala is a new programming language that aims to bring modern
18 programming language features to GNOME developers without imposing
19 any additional runtime requirements and without using a different
20 ABI compared to applications and libraries written in C.
21 end
22
23 source_dl = http://download.gnome.org/sources/vala/%{major_ver}/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 bison
29 dbus
30 dbus-glib-devel
31 flex
32 pkg-config
33 end
34
35 # Disabled as it does total rubbish.
36 #def test
37 # make check
38 #end
39 end
40
41 packages
42 package %{name}
43 requires = glib2
44 end
45
46 package %{name}-devel
47 template DEVEL
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end