]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - vala/vala.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/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
MT
6name = vala
7version = 0.11.2
8major_ver = 0.11
9release = 1
10
11groups = Development/Languages
12url = http://live.gnome.org/Vala
13license = LGPLv2+ and BSD
14summary = A modern programming language.
15
16description
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.
21end
22
23source_dl = http://download.gnome.org/sources/vala/%{major_ver}/
24sources = %{thisapp}.tar.bz2
25
26build
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
39end
40
41packages
42 package %{name}
43 requires = glib2
44 end
1f9bc2f0 45
802ea3af
MT
46 package %{name}-devel
47 template DEVEL
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end