GARNAME = avahi
GARVERSION = 0.6.8
CATEGORIES = freedesktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://avahi.org/download/

LIBDEPS = bootstrap/libdaemon freedesktop/dbus hacker-tools/glade bindings/pygtk

DESCRIPTION = avahi
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --disable-qt3 --disable-qt4 --disable-mono --disable-monodoc --enable-compat-howl --enable-compat-libdns_sd --with-dbus-sys=$(sysconfdir)/dbus-1/system.d --with-avahi-user=`echo $$USER` --with-avahi-group=`echo $$USER`

# Specify the distribution to target: One of debian, gentoo, archlinux, fedora,
# darwin, netbsd, freebsd, or none
CONFIGURE_ARGS += --with-distro=fedora

include ../category.mk
