contrib/tree/Pkgfile

19 lines
509 B
Plaintext

# Description: A recursive directory listing command that produces a depth indented listing of files
# URL: http://mama.indstate.edu/users/ice/tree/
# Maintainer: Matt Housh, jaeger at crux dot ninja
name=tree
version=2.0.4
release=1
source=(http://mama.indstate.edu/users/ice/$name/src/$name-$version.tgz)
build () {
cd $name-$version
sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 doc/$name.1 $PKG/usr/share/man/man1/$name.1
}