mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-17 07:55:24 +02:00
10 lines
234 B
Text
10 lines
234 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."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libuuid.so*" usr/lib
|
|
}
|