Added avahi-0.6.25 build template.
--HG-- extra : convert_revision : ddfec312cf9657158ba3af47f902c9d2441c7e15
This commit is contained in:
18
srcpkgs/avahi/avahi-glib-libs.template
Normal file
18
srcpkgs/avahi/avahi-glib-libs.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'avahi-glib-libs'.
|
||||
#
|
||||
short_desc="Avahi glib shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the glib shared libraries provided by Avahi."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run avahi-libs
|
||||
Add_dependency run glib
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libavahi-glib.so.* ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libavahi-gobject.so.* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user