util-linux: update to 2.19.1.

This commit is contained in:
Juan RP 2011-05-03 12:21:15 +02:00
parent da20b13adb
commit 3a980fc2b4

View File

@ -1,18 +1,17 @@
# Template file for 'util-linux'
pkgname=util-linux
_distver=2.19
#_patchver=rc3
version=${_distver}${_patchver}
revision=1
wrksrc=${pkgname}-${_distver}
distfiles="${KERNEL_SITE}/utils/${pkgname}-ng/v${_distver}/${pkgname}-${_distver}.tar.bz2"
_patchver=1
version=${_distver}.${_patchver}
wrksrc=${pkgname}-${version}
distfiles="${KERNEL_SITE}/utils/${pkgname}/v${_distver}/${pkgname}-${version}.tar.bz2"
build_style=gnu_configure
configure_args="--enable-partx --enable-write --enable-libuuid
--enable-libblkid --disable-fsck --disable-rpath --with-gnu-ld
--disable-makeinstall-chown"
short_desc="Miscellaneous linux utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d8189ba6dfb508d5c36f50103a7b84943d893e51e6d7a314155a82f68efb33b6
checksum=d3eac4afcc687b3ae1ffedcab2dc12df84c7ba7045cce31386d2b7040a011c7d
long_desc="
The ${pkgname} package contains miscellaneous utility programs. Among
them are utilities for handling file systems, consoles, partitions,
@ -38,7 +37,6 @@ Add_dependency build ncurses-devel
post_configure()
{
cd $wrksrc
for f in $(grep -rl '/etc/adjtime' .); do
sed -i -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' $f
done