]> git.ipfire.org Git - ipfire-3.x.git/blame - gupnp-av/gupnp-av.nm
kernel: Disable support for 6RD
[ipfire-3.x.git] / gupnp-av / gupnp-av.nm
CommitLineData
55a50755 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
55a50755
SS
4###############################################################################
5
802ea3af 6name = gupnp-av
f171e49b
MT
7version = %{ver_maj}.%{ver_min}
8ver_maj = 0.12
9ver_min = 10
802ea3af 10release = 1
55a50755 11
802ea3af
MT
12groups = System/Libraries
13url = http://www.gupnp.org
14license = LGPL
15summary = gupnp audio/video helpers.
55a50755 16
802ea3af 17description
55a50755
SS
18 GUPnP-AV is a collection of helpers for building AV (audio/video) \
19 applications using GUPnP.
802ea3af
MT
20end
21
f171e49b
MT
22source_dl = https://download.gnome.org/sources/%{name}/%{ver_maj}/
23sources = %{thisapp}.tar.xz
802ea3af
MT
24
25build
26 requires
27 gssdp-devel
28 gupnp-devel
29 end
30
31 configure_options += \
32 --without-gnome
33end
34
35packages
36 package %{name}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end