milis/talimatname/genel/t/tree/talimat

18 lines
310 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Dizin ağacını göster
# URL: http://mama.indstate.edu/users/ice/tree/
# Packager: milisarge
# Depends on:
name=tree
version=1.7.0
release=1
source=(ftp://mama.indstate.edu/linux/$name/$name-$version.tgz)
build () {
cd $name-$version
make
mkdir -p $PKG/usr/bin
cp tree $PKG/usr/bin/
}