mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-18 08:25:19 +02:00
10 lines
252 B
Text
10 lines
252 B
Text
# 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."
|
|
|
|
do_install() {
|
|
vmove "usr/lib/libblkid.so*" usr/lib
|
|
}
|