]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gupnp-igd/gupnp-igd.nm
docbook2X: New package.
[people/ms/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
MT
6name = gupnp-igd
7version = 0.1.3
8release = 1
1dc517d6 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gupnp.org
12license = LGPL
13summary = gupnp - Internet Gateway device implementation (Microsoft).
1dc517d6 14
802ea3af 15description
1dc517d6 16 This is a library to handle Internet Gateway Device port mappings.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 gssdp-devel
24 gupnp-devel
25 libsoup-devel
26 end
27
28 configure_options += \
29 --without-gnome
30end
31
32packages
33 package %{name}
34 end
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end