Added avahi-0.6.25 build template.
--HG-- extra : convert_revision : ddfec312cf9657158ba3af47f902c9d2441c7e15
This commit is contained in:
17
srcpkgs/avahi/avahi-python.template
Normal file
17
srcpkgs/avahi/avahi-python.template
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user