void-packages/srcpkgs/util-linux/libuuid.template
2012-02-24 18:16:41 +01:00

11 lines
234 B
Plaintext

# 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
}