2010-02-27 11:06:59 +01:00
|
|
|
# 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."
|
2010-04-22 12:47:08 +02:00
|
|
|
|
2012-01-30 17:26:36 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libuuid.so*" usr/lib
|
2010-02-27 11:06:59 +01:00
|
|
|
}
|