]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - vala/vala.nm
vim: Update to version 9.0.1916-1
[people/pmueller/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
c7be3621
MT
7ver_major = 0.56
8ver_minor = 3
7ae3bd05 9version = %{ver_major}.%{ver_minor}
fb0b5f5a 10release = 1.1
802ea3af
MT
11
12groups = Development/Languages
13url = http://live.gnome.org/Vala
14license = LGPLv2+ and BSD
c7be3621 15summary = A modern programming language
802ea3af
MT
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
c7be3621 24source_dl = https://download.gnome.org/sources/vala/%{ver_major}/
7ae3bd05 25sources = %{thisapp}.tar.xz
802ea3af
MT
26
27build
28 requires
29 bison
30 dbus
31 dbus-glib-devel
32 flex
c7be3621 33 graphviz-devel
802ea3af
MT
34 pkg-config
35 end
36
37 # Disabled as it does total rubbish.
38 #def test
39 # make check
40 #end
41end
42
43packages
44 package %{name}
45 requires = glib2
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
50 end
1f9bc2f0
MT
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
802ea3af 55end