]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - avahi/avahi.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / avahi / avahi.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = avahi
7 version = 0.6.30
8 release = 1
9
10 groups = Networking/Zeroconf
11 url = http://avahi.org/
12 license = LGPLv2+
13 summary = Local network service discovery
14
15 description
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 \
22 convenient.
23 end
24
25 source_dl = http://avahi.org/download/
26
27 build
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
42
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
56 end
57
58 packages
59 package %{name}
60 requires = libdaemon>=0.14
61 end
62
63 package %{name}-devel
64 template DEVEL
65 end
66
67 package %{name}-libs
68 template LIBS
69 end
70
71 package %{name}-debuginfo
72 template DEBUGINFO
73 end
74 end