b1e02ec12d
libblkid is now supplied by util-linux-ng, and newer HAL needs this version. --HG-- extra : convert_revision : 3653d55f743585b7982e17f5ea0ab00474056902
21 lines
716 B
Text
21 lines
716 B
Text
# Template file for 'libblkid'
|
|
pkgname=libblkid
|
|
sourcepkg=$pkgname
|
|
version=2.15
|
|
_utilng=util-linux-ng
|
|
wrksrc=${_utilng}-${version}
|
|
distfiles="${KERNEL_SITE}/utils/$pkgname/v2.15/${_utilng}-${version}.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--with-fsprobe=builtin"
|
|
short_desc="Library to handle device identification"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=db4dcbf99d989a8f539d7521e9e64047367fa2ccdcbb91517cdec19693a41ffd
|
|
long_desc="
|
|
The libblkid package contains a library to handle device identification
|
|
and token extraction, plus some utilities that use libblkid: findfs(8)
|
|
and blkid(8)."
|
|
|
|
subpackages="devel"
|
|
Add_dependency full glibc
|
|
Add_dependency full zlib
|
|
Add_dependency full libuuid
|