1bd40f7b85
--HG-- extra : convert_revision : 0e14278d4d2a6a8ea87ef5ae8cd875ceea3a7402
17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
# 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."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run libuuid
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/lib
|
|
mv ${SRCPKGDESTDIR}/lib/libblkid.so.* ${DESTDIR}/lib
|
|
}
|