# Maintainer: judd # Wersja dla NND: Mis' pkgname=which pkgver=2.16 pkgrel=1nnd pkgdesc="A utility to show the full path of commands" url="http://www.xs4all.nl/~carlo17/which" depends=('glibc') source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('830b83af48347a9a3520f561e47cbc9b') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --host=i586-pc-linux-gnu make || return 1 make DESTDIR=$startdir/pkg install }