2009-12-08 10:51:53 +01:00
|
|
|
# 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."
|
|
|
|
|
|
|
|
Add_dependency run python
|
|
|
|
Add_dependency run dbus-python
|
|
|
|
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2011-07-07 21:46:21 +02:00
|
|
|
vmove "usr/lib/python*" usr/lib
|
2009-12-08 10:51:53 +01:00
|
|
|
}
|