]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - gupnp/gupnp.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / gupnp / gupnp.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gupnp
7version = 0.13.1
8release = 1
9
10groups = System/Libraries
11url = http://www.gupnp.org
12license = LGPL
13summary = An UPNP framework.
14
15description
16 GUPnP is an object-oriented open source framework for creating UPnP\
17 devices and control points, written in C using GObject and libsoup.\
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
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47end