New package: tree-1.6.0.
This commit is contained in:
parent
911cd6cff2
commit
a31ac153b1
2 changed files with 23 additions and 0 deletions
22
srcpkgs/tree/template
Normal file
22
srcpkgs/tree/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'tree'
|
||||||
|
pkgname=tree
|
||||||
|
version=1.6.0
|
||||||
|
homepage="http://mama.indstate.edu/users/ice/tree"
|
||||||
|
distfiles="$homepage/src/tree-$version.tgz"
|
||||||
|
short_desc="Resursive directory listing program"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591
|
||||||
|
long_desc="
|
||||||
|
Tree is a recursive directory listing command that produces a depth indented
|
||||||
|
listing of files, which is colorized ala dircolors if the LS_COLORS environment
|
||||||
|
variable is set and output is to tty."
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make MANDIR=${DESTDIR}/usr/share/man/man1 \
|
||||||
|
BINDIR=${DESTDIR}/usr/bin install
|
||||||
|
}
|
1
srcpkgs/tree/tree.rshlibs
Normal file
1
srcpkgs/tree/tree.rshlibs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
Loading…
Add table
Add a link
Reference in a new issue