void-packages/srcpkgs/avahi/avahi-ui-utils.template

19 lines
431 B
Text
Raw Normal View History

# Template file for 'avahi-ui-utils'.
#
2011-11-17 16:29:12 +00:00
revision=2
short_desc="Avahi GTK+ utilities"
long_desc="${long_desc}
This package contains some small GTK+ utilities to discover services."
Add_dependency run desktop-file-utils
Add_dependency run avahi
do_install()
{
vmove "usr/bin/b*" usr/bin
vmove "usr/share/man/man1/b*" usr/share/man/man1
vmove usr/share/applications usr/share
vmove usr/bin/avahi-discover-standalone usr/bin
}