milis/talimatname/genel/a/avahi/talimat
2017-12-22 23:59:36 +02:00

32 lines
796 B
Text
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.

# Tanım: Çok noktaya yayın / tek noktaya yayın DNS-SD çerçevesi
# URL: http://www.avahi.org/
# Paketçi: milisarge
# Gerekler: intltool glib dbus-python gobject-introspection libdaemon nss-mdns
# Grup: ağ
isim=avahi
surum=0.6.32
devir=1
kaynak=(https://github.com/lathiat/avahi/releases/download/v$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./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}
}