]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gupnp/gupnp.nm
Merge remote-tracking branch 'maniacikarus/ids'
[people/ms/ipfire-3.x.git] / gupnp / gupnp.nm
CommitLineData
9070a9f4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
9070a9f4
SS
4###############################################################################
5
802ea3af
MT
6name = gupnp
7version = 0.13.1
8release = 1
9070a9f4 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gupnp.org
12license = LGPL
13summary = An UPNP framework.
9070a9f4 14
802ea3af 15description
9070a9f4
SS
16 GUPnP is an object-oriented open source framework for creating UPnP\
17 devices and control points, written in C using GObject and libsoup.\
802ea3af
MT
18 The GUPnP API is intended to be easy to use, efficient and flexible.
19end
20
21source_dl =
22
23build
24 requires
25 glib2-devel
26 gssdp-devel
27 libsoup-devel
28 libuuid-devel
29 libxml2-devel
30 end
31
32 configure_options += \
33 --without-gnome
34end
35
36packages
37 package %{name}
38 end
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end