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