avahi: update for new systemd_services arg.

This commit is contained in:
Juan RP 2011-11-10 12:57:15 +01:00
parent b99e5bca3d
commit e462d97a98

View file

@ -1,8 +1,9 @@
# Template file for 'avahi' # Template file for 'avahi'
pkgname=avahi pkgname=avahi
version=0.6.30 version=0.6.30
revision=3 revision=4
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz" homepage="http://www.avahi.org"
distfiles="$homepage/download/avahi-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl --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" --with-systemdsystemunitdir=/lib/systemd/system"
short_desc="Multicast DNS Service Discovery" short_desc="Multicast DNS Service Discovery"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f
long_desc=" long_desc="
Avahi is a fully LGPL framework for Multicast DNS Service Discovery. Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
@ -23,7 +25,7 @@ long_desc="
# Create avahi and netdev system accounts. # Create avahi and netdev system accounts.
system_accounts="avahi netdev" 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" conf_files="/etc/avahi/avahi-daemon.conf /etc/avahi/hosts.conf"
subpackages="$pkgname-autoipd $pkgname-discover $pkgname-compat-libs" subpackages="$pkgname-autoipd $pkgname-discover $pkgname-compat-libs"