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