util-linux-ng: add lib{blkid,uuid}{,-devel} subpkgs.
--HG-- extra : convert_revision : 0e14278d4d2a6a8ea87ef5ae8cd875ceea3a7402
This commit is contained in:
14
srcpkgs/util-linux-ng/libuuid.template
Normal file
14
srcpkgs/util-linux-ng/libuuid.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/lib
|
||||
mv ${SRCPKGDESTDIR}/lib/libuuid.so.* ${DESTDIR}/lib
|
||||
}
|
||||
Reference in New Issue
Block a user