diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/avahi/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/avahi/Pkgfile')
-rw-r--r-- | extra/avahi/Pkgfile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/extra/avahi/Pkgfile b/extra/avahi/Pkgfile deleted file mode 100644 index 2a8479b80..000000000 --- a/extra/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 -} |