Added avahi-0.6.25 build template.
--HG-- extra : convert_revision : ddfec312cf9657158ba3af47f902c9d2441c7e15
This commit is contained in:
25
srcpkgs/avahi/avahi-utils.template
Normal file
25
srcpkgs/avahi/avahi-utils.template
Normal file
@@ -0,0 +1,25 @@
|
||||
# Template file for 'avahi-utils'.
|
||||
#
|
||||
short_desc="Avahi browsing, publishing and discovery utilities"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains several utilities that allow you to interact with the
|
||||
Avahi daemon, including publish, browsing and discovering services."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libssp
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency run gdbm
|
||||
Add_dependency run avahi-libs
|
||||
Add_dependency run avahi
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/man/man1
|
||||
|
||||
for f in browse publish resolve set-host-name; do
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/avahi-${f}* ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1/avahi-${f}* \
|
||||
${DESTDIR}/usr/share/man/man1
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user