18 lines
368 B
Text
18 lines
368 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."
|
|
|
|
revision=2
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run libuuid
|
|
|
|
do_install()
|
|
{
|
|
vmove "lib/libblkid.so*" lib
|
|
vmove usr/lib/libblkid.so usr/lib
|
|
}
|