ipfire-3.x/vala/vala.nm

56 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = vala
ver_major = 0.56
ver_minor = 13
version = %{ver_major}.%{ver_minor}
release = 1
groups = Development/Languages
url = http://live.gnome.org/Vala
license = LGPLv2+ and BSD
summary = A modern programming language
description
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing
any additional runtime requirements and without using a different
ABI compared to applications and libraries written in C.
end
source_dl = https://download.gnome.org/sources/vala/%{ver_major}/
sources = %{thisapp}.tar.xz
build
requires
bison
dbus
dbus-glib-devel
flex
graphviz-devel
pkg-config
end
# Disabled as it does total rubbish.
#def test
# make check
#end
end
packages
package %{name}
requires = glib2
end
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end