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

18 lines
332 B
Plaintext

# Template file for 'avahi-python'.
#
short_desc="Python utility package for Avahi"
long_desc="${long_desc}
This package contains utility modules to talk to Avahi with Python easier."
noarch=yes
pycompile_module="avahi"
Add_dependency run python
Add_dependency run dbus-python
do_install()
{
vmove "usr/lib/python*" usr/lib
}