101 lines
2.8 KiB
Text
101 lines
2.8 KiB
Text
# Template file for 'avahi'
|
|
pkgname=avahi
|
|
version=0.6.31
|
|
revision=11
|
|
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=network --with-autoipd-user=avahi
|
|
--with-autoipd-group=avahi --with-distro=none --disable-xmltoman
|
|
--disable-dbm --with-systemdsystemunitdir=/usr/lib/systemd/system
|
|
--disable-static ssp_cv_lib=no --disable-python --disable-pygtk
|
|
--disable-glib --disable-gobject --disable-gtk --disable-gtk3
|
|
--disable-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
|
|
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel"
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" automake gettext-devel glib-devel intltool"
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
fi
|
|
|
|
avahi-autoipd_package() {
|
|
depends="net-tools"
|
|
short_desc="Avahi IPv4LL network address configuration daemon"
|
|
pkg_install() {
|
|
vmove usr/sbin/avahi-autoipd
|
|
vmove "usr/share/man/man8/avahi-autoipd*"
|
|
vmove etc/avahi/avahi-autoipd.action
|
|
}
|
|
}
|
|
|
|
avahi-compat-libs-devel_package() {
|
|
depends="avahi-libs-devel-${version}_${revision} avahi-compat-libs-${version}_${revision}"
|
|
short_desc="Avahi compat libraries -- development files"
|
|
pkg_install() {
|
|
vmove "usr/include/avahi-compat*"
|
|
vmove "usr/lib/pkgconfig/avahi-compat*"
|
|
}
|
|
}
|
|
|
|
avahi-compat-libs_package() {
|
|
short_desc="Avahi compatiblity shared libraries"
|
|
pkg_install() {
|
|
vmove "usr/lib/libhowl.so*"
|
|
vmove "usr/lib/libdns_sd.so*"
|
|
}
|
|
}
|
|
|
|
avahi-libs-devel_package() {
|
|
depends="dbus-devel avahi-libs-${version}_${revision}"
|
|
short_desc="Avahi core libraries -- development files"
|
|
pkg_install() {
|
|
for f in common client core; do
|
|
vmove usr/include/avahi-${f}
|
|
done
|
|
vmove usr/lib/pkgconfig/avahi-core.pc
|
|
vmove usr/lib/pkgconfig/avahi-client.pc
|
|
}
|
|
}
|
|
|
|
avahi-libs_package() {
|
|
short_desc="Avahi shared libraries"
|
|
pkg_install() {
|
|
vmove "usr/lib/libavahi-client.so*"
|
|
vmove "usr/lib/libavahi-core.so*"
|
|
vmove "usr/lib/libavahi-common.so*"
|
|
}
|
|
}
|
|
|
|
avahi-utils_package() {
|
|
short_desc="Avahi browsing, publishing and discovery utilities"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/share/man/man1
|
|
}
|
|
}
|
|
|
|
avahi_package() {
|
|
systemd_services="avahi-daemon.service on"
|
|
conf_files="
|
|
/etc/avahi/services/ssh.service
|
|
/etc/avahi/services/sftp-ssh.service
|
|
/etc/avahi/avahi-daemon.conf
|
|
/etc/avahi/hosts
|
|
/etc/avahi/avahi-dnsconfd.action"
|
|
depends="dbus"
|
|
pkg_install() {
|
|
vmove etc
|
|
vmove usr
|
|
}
|
|
}
|