ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / lxt / lxt_1.0.bb
blob70385b9c94a54d482afec5e5a8576cd1bd3b7acb
1 LICENSE = "GPL"
2 SECTION = "console/utils"
3 DESCRIPTION = "lxt ncurses filemanager xtree clone"
4 PRIORITY = "optional"
5 DEPENDS = "ncurses"
6 PR = "r1"
8 SRC_URI = "http://www.xtreefanpage.org/download/lxt-1.0.tgz \
9 file://lxt.patch"
10 S = "${WORKDIR}/lxt"
12 do_install() {
13 install -d ${D}${bindir}/
14 install -m 755 -D ${S}/lxt ${D}${bindir}/lxt
17 SRC_URI[md5sum] = "c703192481d94dfa3f4e24eed22c8182"
18 SRC_URI[sha256sum] = "daa670b686f959ab15e457425e57c50f0b973ee4d24d6a4171c33f467961ad1d"