void-packages/srcpkgs/avahi/avahi-ui-utils.template
2012-02-22 06:11:37 +01:00

18 lines
420 B
Plaintext

# Template file for 'avahi-ui-utils'.
#
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
}