xserver-nodm-init: reorder xserver-nodm to start position 90 for shr distribution
[openembedded.git] / recipes / hnb / hnb_1.9.17+1.9.18pre7.bb
blob0f8eb453f052246c14ccbb3abbe0823c6399a792
1 DESCRIPTION = "hnb is a text-mode hierarchical outliner"
2 SECTION = "console/pim"
3 HOMEPAGE = "http://hnb.sf.net"
4 LICENSE = "GPL"
5 PR = "r1"
7 DEPENDS = "ncurses"
9 SRC_URI = "http://hnb.sourceforge.net/.files/hnb-1.9.18.pre7.tar.gz"
10 S = "${WORKDIR}/hnb-1.9.18.pre7"
12 EXTRA_OEMAKE = '"LIBS=-L${STAGING_LIBDIR} -lncurses libcli/libcli.a"'
14 do_install() {
15 install -d ${D}${bindir}
16 install -m 0755 src/hnb ${D}${bindir}
17 install -d ${D}${mandir}/man1
18 install -m 0644 doc/hnb.1 ${D}${mandir}/man1/
22 SRC_URI[md5sum] = "65196f236b40ecc8bfccf8aec36e91f6"
23 SRC_URI[sha256sum] = "0102d55afe4d2071b088624f401f8b830659cb63c3364d3c6e089b4e74138bcc"