aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tree/tree_1.5.2.bb
blob: 8bca919b22ddb9965a17bc1c091a7d4a209e41fb (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "a recursive directory listing program"
HOMEPAGE = "http://mama.indstate.edu/users/ice/tree/"
SECTION = "console/utils"
LICENSE = "GPL"

SRC_URI = "ftp://mama.indstate.edu/linux/tree/tree-${PV}.tgz"

do_install () {
	install -d ${D}${bindir}
	install -m 0755 ${S}/tree ${D}${bindir}/tree
}