diff --git a/srcpkgs/avahi/template b/srcpkgs/avahi/template index aa3ef0d7f41..63d381dc4bc 100644 --- a/srcpkgs/avahi/template +++ b/srcpkgs/avahi/template @@ -1,8 +1,9 @@ # Template file for 'avahi' pkgname=avahi version=0.6.30 -revision=3 -distfiles="http://www.avahi.org/download/avahi-$version.tar.gz" +revision=4 +homepage="http://www.avahi.org" +distfiles="$homepage/download/avahi-$version.tar.gz" build_style=gnu-configure configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc --disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl @@ -13,6 +14,7 @@ configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc --with-systemdsystemunitdir=/lib/systemd/system" short_desc="Multicast DNS Service Discovery" maintainer="Juan RP " +license="LGPL-2.1" checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f long_desc=" Avahi is a fully LGPL framework for Multicast DNS Service Discovery. @@ -23,7 +25,7 @@ long_desc=" # Create avahi and netdev system accounts. system_accounts="avahi netdev" -systemd_services="avahi-daemon.service avahi-dnsconfd.service" +systemd_services="avahi-daemon.service on avahi-dnsconfd.service on" conf_files="/etc/avahi/avahi-daemon.conf /etc/avahi/hosts.conf" subpackages="$pkgname-autoipd $pkgname-discover $pkgname-compat-libs"