[oe-commits] org.oe.dev add hnb, a nice text-mode outliner

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Sep 5 14:04:45 UTC 2006


add hnb, a nice text-mode outliner

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c6ec5439acd914995223480fe072be1b263ab120
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c6ec5439acd914995223480fe072be1b263ab120
Files:
1
packages/hnb
packages/hnb/hnb_1.9.17+1.9.18pre7.bb
Diffs:

#
# mt diff -r7e16c38efab413bbc5aae462f2ccd44bc020978e -rc6ec5439acd914995223480fe072be1b263ab120
#
# 
# 
# add_dir "packages/hnb"
# 
# add_file "packages/hnb/hnb_1.9.17+1.9.18pre7.bb"
#  content [9f43e187d10fd6db7842d55233ec9cc86305c837]
# 
============================================================
--- packages/hnb/hnb_1.9.17+1.9.18pre7.bb	9f43e187d10fd6db7842d55233ec9cc86305c837
+++ packages/hnb/hnb_1.9.17+1.9.18pre7.bb	9f43e187d10fd6db7842d55233ec9cc86305c837
@@ -0,0 +1,19 @@
+DESCRIPTION = "hnb is a text-mode hierarchical outliner"
+SECTION = "console/pim"
+HOMEPAGE = "http://hnb.sf.net"
+LICENSE = "GPL"
+DEPENDS = "ncurses"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey at Vanille.de>"
+
+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/
+}
+






More information about the Openembedded-commits mailing list