]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - gupnp-igd/gupnp-igd.nm
kernel: update to 4.12.10
[people/arne_f/ipfire-3.x.git] / gupnp-igd / gupnp-igd.nm
CommitLineData
1dc517d6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1dc517d6
SS
4###############################################################################
5
802ea3af 6name = gupnp-igd
f171e49b
MT
7version = %{ver_maj}.%{ver_min}
8ver_maj = 0.2
9ver_min = 4
802ea3af 10release = 1
1dc517d6 11
802ea3af
MT
12groups = System/Libraries
13url = http://www.gupnp.org
14license = LGPL
f171e49b 15summary = gupnp - Internet Gateway device implementation (Microsoft)
1dc517d6 16
802ea3af 17description
1dc517d6 18 This is a library to handle Internet Gateway Device port mappings.
802ea3af
MT
19end
20
f171e49b
MT
21source_dl = https://download.gnome.org/sources/%{name}/%{ver_maj}/
22sources = %{thisapp}.tar.xz
802ea3af
MT
23
24build
25 requires
26 gssdp-devel
27 gupnp-devel
28 libsoup-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