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