avahi: enable systemd support.
This commit is contained in:
parent
4864f6666e
commit
b688724b27
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.30
|
version=0.6.30
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz"
|
distfiles="http://www.avahi.org/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
|
||||||
|
@ -9,7 +9,8 @@ configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||||
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
||||||
--with-autoipd-group=avahi --with-distro=gentoo --disable-xmltoman
|
--with-autoipd-group=avahi --with-distro=gentoo --disable-xmltoman
|
||||||
--disable-dbm --localstatedir=/var"
|
--disable-dbm --localstatedir=/var
|
||||||
|
--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>"
|
||||||
checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f
|
checksum=f9e4316c2339d0020726edd846d01bee0c39980906db0c247479e5807457ff1f
|
||||||
|
@ -50,7 +51,6 @@ Add_dependency build dbus-devel
|
||||||
Add_dependency build libcap-devel
|
Add_dependency build libcap-devel
|
||||||
Add_dependency build libdaemon-devel
|
Add_dependency build libdaemon-devel
|
||||||
Add_dependency build gdbm-devel
|
Add_dependency build gdbm-devel
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build expat-devel
|
Add_dependency build expat-devel
|
||||||
Add_dependency build pygtk-devel
|
Add_dependency build pygtk-devel
|
||||||
Add_dependency build dbus-python
|
Add_dependency build dbus-python
|
||||||
|
|
Loading…
Reference in a new issue