2009-12-08 10:51:53 +01:00
|
|
|
# Template file for 'avahi-utils'.
|
|
|
|
#
|
2011-11-17 16:03:32 +01:00
|
|
|
revision=2
|
2009-12-08 10:51:53 +01:00
|
|
|
short_desc="Avahi browsing, publishing and discovery utilities"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains several utilities that allow you to interact with the
|
|
|
|
Avahi daemon, including publish, browsing and discovering services."
|
|
|
|
|
|
|
|
Add_dependency run dbus-libs
|
|
|
|
Add_dependency run avahi
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
for f in browse publish resolve set-host-name; do
|
2011-07-07 21:46:21 +02:00
|
|
|
vmove "usr/bin/avahi-${f}*" usr/bin
|
|
|
|
vmove "usr/share/man/man1/avahi-${f}*" \
|
|
|
|
usr/share/man/man1
|
2009-12-08 10:51:53 +01:00
|
|
|
done
|
|
|
|
}
|