util-linux: update to 2.24.

This commit is contained in:
Juan RP 2013-10-24 22:35:31 +02:00
parent a53dc45418
commit 6b91c58491
1 changed files with 5 additions and 5 deletions

View File

@ -1,21 +1,21 @@
# Template file for 'util-linux'
pkgname=util-linux
version=2.23.2
version=2.24
revision=1
short_desc="Miscellaneous linux utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
license="GPL-2"
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.23/${pkgname}-${version}.tar.xz"
checksum=7c4042bd91f621250d7b3b2f34e3b11921a32c7f080c149dcc0c7ce62a8a7cac
distfiles="${KERNEL_SITE}/utils/${pkgname}/v2.24/${pkgname}-${version}.tar.xz"
checksum=30add9a8869cef9e5a76755214f074689b6294cea63f4569711faeb099aecc06
hostmakedepends="pkg-config"
makedepends="zlib-devel ncurses-devel pam-devel>=1.1.6_3 libcap-ng-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake gettext-devel"
hostmakedepends+=" libtool"
pre_configure() {
./autogen.sh
libtoolize -f
}
fi