summaryrefslogtreecommitdiffstats
path: root/avahi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-04-03 21:47:53 +0200
committertnut <tnut at nutyx dot com>2012-04-03 21:47:53 +0200
commit2da6170d865a0add71b5fb8344233e17ceb74e7c (patch)
tree4a889bd81d63462343ecd21de92fdd3237924505 /avahi/Pkgfile
parentdc8f8f39aae15b01ee03d51ddcfcf6c620077505 (diff)
downloadnutyx-extra-2da6170d865a0add71b5fb8344233e17ceb74e7c.tar.gz
nutyx-extra-2da6170d865a0add71b5fb8344233e17ceb74e7c.tar.bz2
nutyx-extra-2da6170d865a0add71b5fb8344233e17ceb74e7c.tar.xz
nutyx-extra-2da6170d865a0add71b5fb8344233e17ceb74e7c.zip
avahi dans base
Diffstat (limited to 'avahi/Pkgfile')
-rw-r--r--avahi/Pkgfile45
1 files changed, 0 insertions, 45 deletions
diff --git a/avahi/Pkgfile b/avahi/Pkgfile
deleted file mode 100644
index 2a8479b80..000000000
--- a/avahi/Pkgfile
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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
-}