]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - gupnp/gupnp.nm
xfsprogs: Update to 4.9.0
[people/arne_f/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 6name = gupnp
438446b5 7version = %{ver_major}.%{ver_minor}
f171e49b
MT
8ver_major = 1.0
9ver_minor = 1
802ea3af 10release = 1
9070a9f4 11
802ea3af
MT
12groups = System/Libraries
13url = http://www.gupnp.org
14license = LGPL
15summary = An UPNP framework.
9070a9f4 16
802ea3af 17description
9070a9f4
SS
18 GUPnP is an object-oriented open source framework for creating UPnP\
19 devices and control points, written in C using GObject and libsoup.\
802ea3af
MT
20 The GUPnP API is intended to be easy to use, efficient and flexible.
21end
22
f171e49b
MT
23source_dl = https://download.gnome.org/sources/%{name}/%{ver_major}/
24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
27 requires
28 glib2-devel
438446b5
AM
29 gssdp-devel >= 0.14.13
30 libsoup-devel >= 2.48
802ea3af
MT
31 libuuid-devel
32 libxml2-devel
33 end
34
35 configure_options += \
36 --without-gnome
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end