summaryrefslogtreecommitdiffstats
path: root/avahi-qt4/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-qt4/Pkgfile')
-rw-r--r--avahi-qt4/Pkgfile41
1 files changed, 0 insertions, 41 deletions
diff --git a/avahi-qt4/Pkgfile b/avahi-qt4/Pkgfile
deleted file mode 100644
index b93531d..0000000
--- a/avahi-qt4/Pkgfile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Description: Bibliothèque QT4 pour Avahi
-# URL: http://www.avahi.org/
-# Maintainer: NuTyX core team
-# Packager: piernov <piernov@piernov.org>
-# Depends on: avahi, qt
-# Run on: avahi,qt
-
-name=avahi-qt4
-version=0.6.30
-release=1
-source=(http://www.avahi.org/download/avahi-$version.tar.gz)
-
-build() {
- cd avahi-$version
-
- PYTHON=python2 ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --disable-gtk3 \
- --disable-gtk \
- --disable-pygtk \
- --disable-qt3 \
- --enable-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 -C avahi-common
-
- make -C avahi-qt
- make DESTDIR=$PKG install -C avahi-qt
-}