Added avahi-0.6.25 build template.
--HG-- extra : convert_revision : ddfec312cf9657158ba3af47f902c9d2441c7e15
This commit is contained in:
18
srcpkgs/avahi/avahi-python-utils.template
Normal file
18
srcpkgs/avahi/avahi-python-utils.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'avahi-python-utils'.
|
||||
#
|
||||
short_desc="Avahi python utils"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the python utilities provided by Avahi."
|
||||
|
||||
Add_dependency run avahi-python
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man1
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/avahi-bookmarks ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1/avahi-bookmarks* \
|
||||
${DESTDIR}/usr/share/man/man1
|
||||
}
|
||||
Reference in New Issue
Block a user