2010-02-27 11:06:59 +01:00
|
|
|
# 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
|
2010-02-27 11:06:59 +01:00
|
|
|
}
|