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

11 lines
252 B
Plaintext
Raw Normal View History

# Template file for 'libblkid'.
#
short_desc="Library to handle device identification"
long_desc="
The libblkid package contains a library to handle device identification
and token extraction."
2012-01-30 17:26:36 +01:00
do_install() {
vmove "usr/lib/libblkid.so*" usr/lib
}