From bde3e30c3e4533a208c135a95ce58c0c354de454 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 3 Apr 2012 21:47:04 +0200 Subject: avahi-server est un service --- avahi/Pkgfile | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 avahi/Pkgfile (limited to 'avahi/Pkgfile') diff --git a/avahi/Pkgfile b/avahi/Pkgfile new file mode 100644 index 000000000..2a8479b80 --- /dev/null +++ b/avahi/Pkgfile @@ -0,0 +1,45 @@ +# Description: Service de DNS +# URL: http://www.avahi.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: intltool, libdaemon, dbus, dbus-python, gobject-introspection +# Run on: libdaemon,dbus,dbus-python,libglade + +name=avahi +version=0.6.30 +release=2 +source=(http://www.avahi.org/download/avahi-$version.tar.gz + network-wired.png) + +build() { + cd $name-$version + + PYTHON=python2 ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --disable-gtk \ + --disable-gtk3 \ + --disable-pygtk \ + --disable-qt3 \ + --disable-qt4 \ + --disable-monodoc \ + --disable-doxygen-doc \ + --disable-xmltoman \ + --disable-mono \ + --enable-compat-libdns_sd \ + --enable-compat-howl \ + --with-distro=lfs \ + --with-avahi-priv-access-group=network \ + --with-autoipd-user=avahi \ + --with-autoipd-group=avahi \ + --with-systemdsystemunitdir=/lib/systemd/system + make + make DESTDIR=$PKG install + + sed -i -e 's/netdev/network/g' $PKG/etc/dbus-1/system.d/avahi-dbus.conf + mkdir -v -p $PKG/usr/share/pixmaps + install -m 644 ../network-wired.png $PKG/usr/share/pixmaps/network-wired.png + rm -r $PKG/{etc/avahi,var,usr/share/man/man8,usr/sbin} + sed -i '1c #!/usr/bin/python2' $PKG/usr/bin/avahi-bookmarks +} -- cgit v1.2.3-70-g09d2