milis/talimatname/genel/avahi/talimat

32 lines
801 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Çok noktaya yayın / tek noktaya yayın DNS-SD çerçevesi
# URL: http://www.avahi.org/
# Packager: milisarge
# Depends on: intltool glib dbus-python gobject-introspection libdaemon nss-mdns
name=avahi
version=0.6.32
release=1
source=(https://github.com/lathiat/avahi/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-python \
--disable-qt3 \
--disable-qt4 \
--disable-monodoc \
--enable-compat-libdns_sd \
--disable-gtk \
--disable-gtk3 \
--disable-doxygen-doc \
--disable-mono \
--with-distro=none
make
make DESTDIR=$PKG install
ln -s avahi-compat-libdns_sd/dns_sd.h $PKG/usr/include/dns_sd.h
rm -r $PKG/{etc/avahi,var,usr/share/man/man8,usr/sbin}
}