2009-12-08 09:51:53 +00:00
|
|
|
# Template file for 'avahi-python'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="python dbus-python"
|
2009-12-08 09:51:53 +00:00
|
|
|
short_desc="Python utility package for Avahi"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains utility modules to talk to Avahi with Python easier."
|
|
|
|
|
2011-10-05 14:42:03 +00:00
|
|
|
noarch=yes
|
|
|
|
pycompile_module="avahi"
|
|
|
|
|
2012-06-18 16:05:18 +00:00
|
|
|
do_install() {
|
2011-07-07 19:46:21 +00:00
|
|
|
vmove "usr/lib/python*" usr/lib
|
2009-12-08 09:51:53 +00:00
|
|
|
}
|