]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - avahi/avahi.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / avahi / avahi.nm
CommitLineData
2767b51a 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2767b51a
BS
4###############################################################################
5
802ea3af
MT
6name = avahi
7version = 0.6.30
8release = 1
2767b51a 9
802ea3af
MT
10groups = Networking/Zeroconf
11url = http://avahi.org/
12license = LGPLv2+
13summary = Local network service discovery
2767b51a 14
802ea3af 15description
2767b51a
BS
16 Avahi is a system which facilitates service discovery on \
17 a local network -- this means that you can plug your laptop or \
18 computer into a network and instantly be able to view other people who \
19 you can chat with, find printers to print to or find files being \
20 shared. This kind of technology is already found in MacOS X (branded \
21 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very \
f0b55c28 22 convenient.
802ea3af 23end
2767b51a 24
802ea3af 25source_dl = http://avahi.org/download/
2767b51a 26
802ea3af
MT
27build
28 requires
29 dbus-devel
30 dbus-glib-devel
31 expat-devel
32 gcc-c++
33 gettext
34 libdaemon-devel>=0.14
35 intltool
36 perl
37 perl-XML-Parser
38 pkg-config
39 python-devel
40 python-dbus
41 end
2767b51a 42
802ea3af
MT
43 configure_options += \
44 --bindir=/bin \
45 --mandir=/usr/share/man \
46 --sysconfdir=/etc \
47 --localstatedir=/var \
48 --with-distro=none \
49 --disable-gdbm \
50 --disable-qt3 \
51 --disable-qt4 \
52 --disable-gtk \
53 --disable-gtk3 \
54 --disable-pygtk \
55 --disable-mono
56end
38829578 57
802ea3af
MT
58packages
59 package %{name}
60 requires = libdaemon>=0.14
61 end
1f9bc2f0 62
802ea3af
MT
63 package %{name}-devel
64 template DEVEL
65 end
1f9bc2f0 66
802ea3af
MT
67 package %{name}-libs
68 template LIBS
69 end
1f9bc2f0
MT
70
71 package %{name}-debuginfo
72 template DEBUGINFO
73 end
802ea3af 74end