blob: 70385b9c94a54d482afec5e5a8576cd1bd3b7acb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "lxt ncurses filemanager xtree clone"
PRIORITY = "optional"
DEPENDS = "ncurses"
PR = "r1"
SRC_URI = "http://www.xtreefanpage.org/download/lxt-1.0.tgz \
file://lxt.patch"
S = "${WORKDIR}/lxt"
do_install() {
install -d ${D}${bindir}/
install -m 755 -D ${S}/lxt ${D}${bindir}/lxt
}
SRC_URI[md5sum] = "c703192481d94dfa3f4e24eed22c8182"
SRC_URI[sha256sum] = "daa670b686f959ab15e457425e57c50f0b973ee4d24d6a4171c33f467961ad1d"
|