mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
764 B
Plaintext
17 lines
764 B
Plaintext
PKG_NAME="avahi"
|
|
PKG_VERSION="0.6.28"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://avahi.org/"
|
|
PKG_URL="http://www.avahi.org/download/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="expat libdaemon dbus connman"
|
|
PKG_BUILD_DEPENDS="toolchain expat libdaemon dbus"
|
|
PKG_PRIORITY="optional"
|
|
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."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|