]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/avahi/avahi.nm
avahi: Update to 0.6.30.
[people/arne_f/ipfire-3.x.git] / pkgs / avahi / avahi.nm
CommitLineData
2767b51a
BS
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = avahi
f0b55c28
RM
28PKG_VER = 0.6.30
29PKG_REL = 1
2767b51a
BS
30
31PKG_MAINTAINER =
bb7d617c 32PKG_GROUPS = Networking/Zeroconf
2767b51a
BS
33PKG_URL = http://avahi.org/
34PKG_LICENSE = LGPLv2+
35PKG_SUMMARY = Local network service discovery
36
37define PKG_DESCRIPTION
38 Avahi is a system which facilitates service discovery on \
39 a local network -- this means that you can plug your laptop or \
40 computer into a network and instantly be able to view other people who \
41 you can chat with, find printers to print to or find files being \
42 shared. This kind of technology is already found in MacOS X (branded \
43 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very \
f0b55c28 44 convenient.
2767b51a
BS
45endef
46
354c6166 47PKG_BUILD_DEPS+= dbus-devel dbus-glib-devel expat-devel gcc-c++ gettext \
f0b55c28 48 libdaemon-devel>=0.14 intltool perl perl-XML-Parser pkg-config python-devel \
354c6166 49 python-dbus
f0b55c28 50PKG_DEPS-avahi+= libdaemon>=0.14
2767b51a
BS
51
52PKG_TARBALL = $(THISAPP).tar.gz
53
e04e061a 54PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs
38829578 55
5bd93380
MT
56CONFIGURE_OPTIONS += \
57 --bindir=/bin \
58 --mandir=/usr/share/man \
59 --sysconfdir=/etc \
60 --localstatedir=/var \
61 --with-distro=none \
62 --disable-gdbm \
63 --disable-qt3 \
64 --disable-qt4 \
65 --disable-gtk \
f0b55c28 66 --disable-gtk3 \
5bd93380
MT
67 --disable-pygtk \
68 --disable-mono