# Contributor: Leonardo Arena # Maintainer: Natanael Copa pkgname=util-linux-ng pkgver=2.14.1 pkgrel=0 pkgdesc="Random collection of Linux utilities" arch="" url="http://kernel.org/~kzak/util-linux-ng/" license="GPL-2 GPL Public Domain" depends="uclibc libuuid" makedepends="e2fsprogs-dev" install= source="http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.14/$pkgname-$pkgver.tar.gz" subpackages="$pkgname-doc" build() { cd "$srcdir/$pkgname-$pkgver" sed -e 's/versionsort/alphasort/g'\ -e 's/strverscmp.h/dirent.h/g' \ -i mount/lomount.c ./configure --prefix=/usr \ --disable-nls \ --disable-kill \ --enable-init \ --without-ncurses \ --without-pam make || return 1 make install DESTDIR=$pkgdir } md5sums="17bafd53cf242accd716d2306a2c6582 util-linux-ng-2.14.1.tar.gz"