]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gupnp-av/gupnp-av.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/ipfire-3.x.git] / gupnp-av / gupnp-av.nm
CommitLineData
55a50755 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
55a50755
SS
4###############################################################################
5
802ea3af
MT
6name = gupnp-av
7version = 0.5.1
8release = 1
55a50755 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.gupnp.org
12license = LGPL
13summary = gupnp audio/video helpers.
55a50755 14
802ea3af 15description
55a50755
SS
16 GUPnP-AV is a collection of helpers for building AV (audio/video) \
17 applications using GUPnP.
802ea3af
MT
18end
19
20source_dl =
21
22build
23 requires
24 gssdp-devel
25 gupnp-devel
26 end
27
28 configure_options += \
29 --without-gnome
30end
31
32packages
33 package %{name}
34 end
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end