e02bec3913
--HG-- extra : convert_revision : ad05cfc78647b649c5179bad08d40cd076ff915e
17 lines
391 B
Text
17 lines
391 B
Text
# Template file for 'libuuid'.
|
|
#
|
|
short_desc="UUID library"
|
|
long_desc="
|
|
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
|
See RFC 4122 for more information."
|
|
|
|
revision=1
|
|
|
|
Add_dependency run glibc
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/lib ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/lib/libuuid.so* ${DESTDIR}/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libuuid.so ${DESTDIR}/usr/lib
|
|
}
|