2009-12-08 10:51:53 +01:00
|
|
|
# Template file for 'avahi-python-utils'.
|
|
|
|
#
|
|
|
|
short_desc="Avahi python utils"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the python utilities provided by Avahi."
|
|
|
|
|
|
|
|
Add_dependency run avahi-python
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2011-07-07 21:46:21 +02:00
|
|
|
vmove usr/bin/avahi-bookmarks usr/bin
|
|
|
|
vmove "usr/share/man/man1/avahi-bookmarks*" usr/share/man/man1
|
2009-12-08 10:51:53 +01:00
|
|
|
}
|