makedepends=(git intltool glib dbus-python gobject-introspection libdaemon libevent python-setuptools) description="Multicast/unicast DNS-SD framework" url="http://www.avahi.org/" packager="Great-OS Team" maintainer="Great-OS Team" name=avahi version=0.8-3f79789 release=4 source=() prepare() { git clone https://github.com/avahi/avahi.git $name-$version cd $name-$version git checkout 3f79789c484518f82c36ff59c0f45abe7e6580a2 NOCONFIGURE=1 ./autogen.sh } build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --disable-python \ --disable-qt3 \ --disable-qt4 \ --disable-qt5 \ --disable-gtk \ --disable-gtk3 \ --disable-monodoc \ --disable-mono \ --disable-manpages \ --enable-core-docs \ --enable-compat-libdns_sd \ --with-distro=none \ --with-systemdsystemunitdir=/usr/lib/systemd/system make make DESTDIR=$PKG install }