void-packages/templates/libblkid/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

20 lines
697 B
Text

# Template file for 'libblkid'
pkgname=libblkid
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