diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/avahi-gtk/Pkgfile | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/avahi-gtk/Pkgfile')
-rw-r--r-- | extra/avahi-gtk/Pkgfile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/extra/avahi-gtk/Pkgfile b/extra/avahi-gtk/Pkgfile deleted file mode 100644 index 0aff4b382..000000000 --- a/extra/avahi-gtk/Pkgfile +++ /dev/null @@ -1,54 +0,0 @@ -# Description: Service de DNS -# URL: http://www.avahi.org/ -# Maintainer: NuTyX core team -# Packager: piernov <piernov@piernov.org> -# Depends on: avahi, gtk3, pygtk -# Run on: avahi,gtk3,pygtk - -name=avahi-gtk -version=0.6.30 -release=2 -source=(http://www.avahi.org/download/avahi-$version.tar.gz) - -build() { - cd avahi-$version - - PYTHON=python2 ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --enable-gtk3 \ - --enable-gtk \ - --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 - - mkdir -p $PKG/usr/{bin,include,lib} - - for i in avahi-common avahi-client avahi-glib avahi-core; do - make -C $i - done - - for i in avahi-ui avahi-python/avahi-discover avahi-discover-standalone; do - make -C $i - make DESTDIR=$PKG install -C $i - done - - make DESTDIR=$PKG install-pkgconfigDATA - mkdir -p $PKG/usr/lib/pkgconfig - cp avahi-ui.pc $PKG/usr/lib/pkgconfig - cp avahi-ui-gtk3.pc $PKG/usr/lib/pkgconfig/ - rm $PKG/usr/lib/pkgconfig/avahi-{core,client,compat-howl,compat-libdns_sd,glib,gobject}.pc - - sed -i '1c #!/usr/bin/python2' $PKG/usr/bin/avahi-discover -} |