milis/talimatname/genel/avahi/talimat

31 lines
651 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
name=avahi
version=0.6.31
release=1
source=(http://www.avahi.org/download/avahi-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-python \
--disable-qt3 \
--disable-qt4 \
--disable-monodoc \
--disable-gtk \
--disable-gtk3 \
--disable-doxygen-doc \
--disable-mono \
--with-distro=none
make
make DESTDIR=$PKG install
rm -r $PKG/{etc/avahi,var,usr/share/man/man8,usr/sbin}
}