]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - avahi/avahi.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[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
ec32c152 8release = 2
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 43 configure_options += \
802ea3af
MT
44 --with-distro=none \
45 --disable-gdbm \
46 --disable-qt3 \
47 --disable-qt4 \
48 --disable-gtk \
49 --disable-gtk3 \
50 --disable-pygtk \
51 --disable-mono
52end
38829578 53
802ea3af
MT
54packages
55 package %{name}
56 requires = libdaemon>=0.14
57 end
1f9bc2f0 58
802ea3af
MT
59 package %{name}-devel
60 template DEVEL
61 end
1f9bc2f0 62
802ea3af
MT
63 package %{name}-libs
64 template LIBS
65 end
1f9bc2f0
MT
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
802ea3af 70end