diff --git a/packages/network/avahi/package.mk b/packages/network/avahi/package.mk index 098ceccabb..cc9b6cc851 100644 --- a/packages/network/avahi/package.mk +++ b/packages/network/avahi/package.mk @@ -17,21 +17,18 @@ ################################################################################ PKG_NAME="avahi" -PKG_VERSION="0.6.32" -PKG_SHA256="ad0900c122083b99862779df2d674189ba2bf516737acc9575174eb4913cd2ff" +PKG_VERSION="0.7" +PKG_SHA256="fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://avahi.org/" -PKG_URL="http://sources.openelec.tv/mirror/avahi/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_URL="https://github.com/lathiat/avahi/archive/v$PKG_VERSION.tar.gz" PKG_DEPENDS_TARGET="toolchain expat libdaemon dbus connman" PKG_SECTION="network" PKG_SHORTDESC="avahi: A Zeroconf mDNS/DNS-SD responder" PKG_LONGDESC="Avahi is a framework for Multicast DNS Service Discovery (mDNS/DNS-SD a.k.a. Zeroconf) on Linux. It allows programs to publish and discover services running on a local network with no specific configuration. For example, you can plug into a network and instantly find printers to print to, files to look at, and people to talk to." -#broken PKG_TOOLCHAIN="configure" -MAKEFLAGS="-j1" - PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \ py_cv_mod_dbus_=yes \ ac_cv_func_chroot=no \ @@ -104,7 +101,6 @@ post_makeinstall_target() { mkdir -p $INSTALL/usr/share/services cp -P $PKG_DIR/default.d/*.conf $INSTALL/usr/share/services - } post_install() {