void-packages/srcpkgs/util-linux/libuuid.template

11 lines
234 B
Text
Raw Normal View History

# 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."
2012-01-30 16:26:36 +00:00
do_install() {
vmove "usr/lib/libuuid.so*" usr/lib
}