tree: New port

This commit is contained in:
Jose V Beneyto 2008-04-26 01:56:31 +02:00
parent 52ed41abc3
commit fa83418db6
3 changed files with 25 additions and 0 deletions

6
tree/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tree
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tree.1.gz

1
tree/.md5sum Normal file
View File

@ -0,0 +1 @@
f8fc70a9260b50bf8b4613e9d5f5e589 tree-1.5.1.1.tgz

18
tree/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: $
# Description: Display directory tree
# URL: http://mama.indstate.edu/users/ice/tree/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Giorgio Lando, patroclo7 at gmail dot com
# Depends on:
name=tree
version=1.5.1.1
release=1
source=(ftp://mama.indstate.edu/linux/$name/$name-$version.tgz)
build () {
cd $name-$version
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 man/$name.1 $PKG/usr/man/man1/$name.1
}