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