vp-build/templates/libblkid/template

22 lines
716 B
Plaintext
Raw Normal View History

# 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