]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gssdp/gssdp.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / gssdp / gssdp.nm
CommitLineData
5f50ae7b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
5f50ae7b
SS
4###############################################################################
5
802ea3af
MT
6name = gssdp
7version = 0.7.0
8release = 1
5f50ae7b 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gupnp.org
12license = LGPL
13summary = Resource discovery and announcement over SSDP.
5f50ae7b 14
802ea3af 15description
5f50ae7b 16 GSSDP implements resource discovery and announcement over SSDP.
802ea3af
MT
17end
18
19source_dl =
20
21build
22 requires
23 glib2-devel
24 libsoup-devel
25 pkg-config
26 end
27end
28
29packages
30 package %{name}
31 end
1f9bc2f0 32
802ea3af
MT
33 package %{name}-devel
34 template DEVEL
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end