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