2009-05-13 06:58:03 +02:00
|
|
|
# Template file for 'libuuid'
|
|
|
|
pkgname=libuuid
|
2009-09-11 11:28:10 +02:00
|
|
|
version=2.16.1
|
2009-08-12 12:21:11 +02:00
|
|
|
_utilng=util-linux-ng
|
|
|
|
wrksrc=${_utilng}-${version}
|
|
|
|
distfiles="${KERNEL_SITE}/utils/$pkgname/v2.16/${_utilng}-${version}.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
configure_args="--disable-mount --disable-fsck --enable-libuuid
|
|
|
|
--disable-libblkid"
|
2009-05-13 06:58:03 +02:00
|
|
|
short_desc="UUID library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-09-11 11:28:10 +02:00
|
|
|
checksum=8f9fd83144f35dbd57d53eea914acd6dfad54b414ded0723f6efe06b3a167f36
|
2009-05-13 06:58:03 +02:00
|
|
|
long_desc="
|
|
|
|
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
|
|
|
See RFC 4122 for more information,"
|
|
|
|
|
|
|
|
subpackages="devel"
|
|
|
|
Add_dependency full glibc
|