]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/avahi/avahi.nm
PKG_GROUP -> PKG_GROUPS on all packages.
[people/arne_f/ipfire-3.x.git] / pkgs / avahi / avahi.nm
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
25 include $(PKGROOT)/Include
26
27 PKG_NAME = avahi
28 PKG_VER = 0.6.25
29 PKG_REL = 0
30
31 PKG_MAINTAINER =
32 PKG_GROUPS = Networking/Zeroconf
33 PKG_URL = http://avahi.org/
34 PKG_LICENSE = LGPLv2+
35 PKG_SUMMARY = Local network service discovery
36
37 define 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 \
44 convenient
45 endef
46
47 PKG_BUILD_DEPS+= dbus-devel dbus-glib-devel expat-devel gcc-c++ gettext \
48 libdaemon-devel intltool perl perl-XML-Parser pkg-config python-devel \
49 python-dbus
50
51 PKG_TARBALL = $(THISAPP).tar.gz
52
53 PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs
54
55 CONFIGURE_OPTIONS += \
56 --bindir=/bin \
57 --mandir=/usr/share/man \
58 --sysconfdir=/etc \
59 --localstatedir=/var \
60 --with-distro=none \
61 --disable-gdbm \
62 --disable-qt3 \
63 --disable-qt4 \
64 --disable-gtk \
65 --disable-pygtk \
66 --disable-mono