### this file is sourced not run

#source: step

pkgname=tree
PKGVER=1.8.0
TARBALL=$pkgname-$PKGVER.tgz
MD5SUM=715191c7f369be377fc7cc8ce0ccd835
SRC_URL=http://mama.indstate.edu/users/ice/tree/src/$TARBALL
#SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="
$pkgname: $pkgname $PKGVER (text utility)  
$pkgname: Tree is a recursive directory listing command that produces
$pkgname: a depth indented listing of files.
$pkgname: 
$pkgname: 
$pkgname: 
$pkgname: 
$pkgname: 
$pkgname: 
$pkgname: 
$pkgname: http://mama.indstate.edu/users/ice/tree/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
pkg_build() {
	CONFFLAGS="$CONFFLAGS prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64"
	cd /tmp/$pkgname-* &&
	make && make install &&
	pkg_build_slackdesc
}

# vim:se ft=sh:

