avahi: add metafile support, cleanups, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-13 18:23:56 +01:00
parent 52b3fc61fa
commit 2e2b8f8256
4 changed files with 14 additions and 11 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build expat
$SCRIPTS/build libdaemon
$SCRIPTS/build dbus
cd $PKG_BUILD
py_cv_mod_gtk_=yes \
py_cv_mod_dbus_=yes \

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/install expat
$SCRIPTS/install libdaemon
$SCRIPTS/install dbus
$SCRIPTS/install connman
add_user avahi x 495 495 "avahi-daemon" "/var/run/avahi-daemon" "/bin/sh"
add_group avahi 495

View File

@ -0,0 +1,14 @@
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"

View File

@ -1 +0,0 @@
http://www.avahi.org/download/avahi-0.6.28.tar.gz