aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hnb/hnb_1.9.17+1.9.18pre7.bb
blob: 70d3528d5c352331359acab8251ae623dacfa179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "hnb is a text-mode hierarchical outliner"
SECTION = "console/pim"
HOMEPAGE = "http://hnb.sf.net"
LICENSE = "GPL"
DEPENDS = "ncurses"

SRC_URI = "http://hnb.sourceforge.net/.files/hnb-1.9.18.pre7.tar.gz"
S = "${WORKDIR}/hnb-1.9.18.pre7"

EXTRA_OEMAKE = '"LIBS=-L${STAGING_LIBDIR} -lncurses libcli/libcli.a"'

do_install() {
	install -d ${D}${bindir}
	install -m 0755 src/hnb ${D}${bindir}
	install -d ${D}${mandir}/man1
	install -m 0644 doc/hnb.1 ${D}${mandir}/man1/
}