url="http://mama.indstate.edu/users/ice/tree/"
packager="tnut <tnut@nutyx.org>"
contributors="Berlius"
description="A directory listing program displaying a depth indented list of files"
name=tree
version=1.8.0
release=2

source=(http://mirror.koddos.net/blfs/svn/t/$name-$version.tgz)

build () {

cd $name-$version

make

make prefix=$PKG/usr  MANDIR=$PKG/usr/share/man/man1 install
chmod -v 644 $PKG/usr/share/man/man1/tree.1	
}
