tree: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 11:45:02 +01:00
parent 0518979303
commit f4add4266b

View file

@ -1,23 +1,15 @@
# Template file for 'tree' # Template file for 'tree'
pkgname=tree pkgname=tree
version=1.6.0 version=1.6.0
revision=1 revision=2
build_style=gnu-makefile
homepage="http://mama.indstate.edu/users/ice/tree" homepage="http://mama.indstate.edu/users/ice/tree"
distfiles="$homepage/src/tree-$version.tgz" distfiles="$homepage/src/tree-$version.tgz"
short_desc="Resursive directory listing program" short_desc="Resursive directory listing program"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
checksum=4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591 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() { do_install() {
make MANDIR=${DESTDIR}/usr/share/man/man1 \ make MANDIR=${DESTDIR}/usr/share/man/man1 BINDIR=${DESTDIR}/usr/bin install
BINDIR=${DESTDIR}/usr/bin install
} }