avahi: switch to /usr.
This commit is contained in:
parent
72a628553d
commit
02d4fdb929
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,14 @@
|
|||
# Template file for 'avahi'
|
||||
pkgname=avahi
|
||||
version=0.6.31
|
||||
revision=6
|
||||
homepage="http://www.avahi.org"
|
||||
distfiles="$homepage/download/avahi-$version.tar.gz"
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||
--disable-doxygen-doc --enable-compat-libdns_sd --enable-compat-howl
|
||||
--with-xml=expat --with-avahi-user=avahi --with-avahi-group=avahi
|
||||
--with-avahi-priv-access-group=netdev --with-autoipd-user=avahi
|
||||
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
||||
--disable-dbm --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
--disable-dbm --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
depends="dbus"
|
||||
makedepends="pkg-config intltool libssp-devel dbus-devel libcap-devel
|
||||
libdaemon-devel gdbm-devel expat-devel pygtk-devel dbus-python
|
||||
|
@ -18,6 +16,8 @@ gtk+3-devel gobject-introspection"
|
|||
short_desc="Multicast DNS Service Discovery"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://www.avahi.org"
|
||||
distfiles="$homepage/download/avahi-$version.tar.gz"
|
||||
checksum=8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48
|
||||
long_desc="
|
||||
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
|
||||
|
|
Loading…
Reference in a new issue