diff options
author | piernov <piernov@piernov.org> | 2011-09-22 22:22:58 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-22 22:22:58 +0200 |
commit | c7ce44957a275c08196da84628267bb20f2e5a35 (patch) | |
tree | cce627af96a15b6f9fcbbe2a22fcd7cf9e938104 /avahi-qt4 | |
parent | 3fd5ab46079d52e31c1981c7f593da5f3e745020 (diff) | |
download | gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.gz gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.bz2 gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.tar.xz gnome3-c7ce44957a275c08196da84628267bb20f2e5a35.zip |
avahi 0.6.30-3 split avahi-gtk 0.6.30-1 et avahi-qt4 0.6.30-1 + correction deps
Diffstat (limited to 'avahi-qt4')
-rw-r--r-- | avahi-qt4/.footprint.i686 | 10 | ||||
-rw-r--r-- | avahi-qt4/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | avahi-qt4/.md5sum.i686 | 1 | ||||
-rw-r--r-- | avahi-qt4/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | avahi-qt4/Pkgfile | 41 |
5 files changed, 63 insertions, 0 deletions
diff --git a/avahi-qt4/.footprint.i686 b/avahi-qt4/.footprint.i686 new file mode 100644 index 0000000..42c161d --- /dev/null +++ b/avahi-qt4/.footprint.i686 @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/avahi-qt4/ +-rw-r--r-- root/root usr/include/avahi-qt4/qt-watch.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libavahi-qt4.a +-rwxr-xr-x root/root usr/lib/libavahi-qt4.la +lrwxrwxrwx root/root usr/lib/libavahi-qt4.so -> libavahi-qt4.so.1.0.2 +lrwxrwxrwx root/root usr/lib/libavahi-qt4.so.1 -> libavahi-qt4.so.1.0.2 +-rwxr-xr-x root/root usr/lib/libavahi-qt4.so.1.0.2 diff --git a/avahi-qt4/.footprint.x86_64 b/avahi-qt4/.footprint.x86_64 new file mode 100644 index 0000000..42c161d --- /dev/null +++ b/avahi-qt4/.footprint.x86_64 @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/avahi-qt4/ +-rw-r--r-- root/root usr/include/avahi-qt4/qt-watch.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libavahi-qt4.a +-rwxr-xr-x root/root usr/lib/libavahi-qt4.la +lrwxrwxrwx root/root usr/lib/libavahi-qt4.so -> libavahi-qt4.so.1.0.2 +lrwxrwxrwx root/root usr/lib/libavahi-qt4.so.1 -> libavahi-qt4.so.1.0.2 +-rwxr-xr-x root/root usr/lib/libavahi-qt4.so.1.0.2 diff --git a/avahi-qt4/.md5sum.i686 b/avahi-qt4/.md5sum.i686 new file mode 100644 index 0000000..8ff790c --- /dev/null +++ b/avahi-qt4/.md5sum.i686 @@ -0,0 +1 @@ +e4db89a2a403ff4c47d66ac66fad1f43 avahi-0.6.30.tar.gz diff --git a/avahi-qt4/.md5sum.x86_64 b/avahi-qt4/.md5sum.x86_64 new file mode 100644 index 0000000..8ff790c --- /dev/null +++ b/avahi-qt4/.md5sum.x86_64 @@ -0,0 +1 @@ +e4db89a2a403ff4c47d66ac66fad1f43 avahi-0.6.30.tar.gz diff --git a/avahi-qt4/Pkgfile b/avahi-qt4/Pkgfile new file mode 100644 index 0000000..b93531d --- /dev/null +++ b/avahi-qt4/Pkgfile @@ -0,0 +1,41 @@ +# 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 +} |