mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
avahi: update to 0.7
This commit is contained in:
parent
7e5f0e0d95
commit
90151b7894
@ -17,21 +17,18 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="avahi"
|
PKG_NAME="avahi"
|
||||||
PKG_VERSION="0.6.32"
|
PKG_VERSION="0.7"
|
||||||
PKG_SHA256="ad0900c122083b99862779df2d674189ba2bf516737acc9575174eb4913cd2ff"
|
PKG_SHA256="fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://avahi.org/"
|
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_DEPENDS_TARGET="toolchain expat libdaemon dbus connman"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="avahi: A Zeroconf mDNS/DNS-SD responder"
|
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."
|
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"
|
PKG_TOOLCHAIN="configure"
|
||||||
|
|
||||||
MAKEFLAGS="-j1"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \
|
PKG_CONFIGURE_OPTS_TARGET="py_cv_mod_gtk_=yes \
|
||||||
py_cv_mod_dbus_=yes \
|
py_cv_mod_dbus_=yes \
|
||||||
ac_cv_func_chroot=no \
|
ac_cv_func_chroot=no \
|
||||||
@ -104,7 +101,6 @@ post_makeinstall_target() {
|
|||||||
|
|
||||||
mkdir -p $INSTALL/usr/share/services
|
mkdir -p $INSTALL/usr/share/services
|
||||||
cp -P $PKG_DIR/default.d/*.conf $INSTALL/usr/share/services
|
cp -P $PKG_DIR/default.d/*.conf $INSTALL/usr/share/services
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user