description="Show full path of commands"
packager=""
maintainer="CRUX System Team, core-ports at crux dot nu"
url="http://www.xs4all.nl/~carlo17/which/"
depends=()

name=which
version=2.20
release=1
source=(http://www.xs4all.nl/~carlo17/which/which-2.20.tar.gz)
build () 
{ 
    cd $name-$version;
    ./configure --prefix=/usr --mandir=/usr/man;
    make;
    make DESTDIR=$PKG install;
    rm -r $PKG/usr/share
}