aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hnb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-09-05 14:00:38 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-09-05 14:00:38 +0000
commitae4f8efa3e3985d529df6371a1152b454be36674 (patch)
tree29e8ec87ff64dd6090f7e092f027555488b0ea9f /packages/hnb
parent331ec17a16ea8be41fe2a0e5c4fa272b568f319b (diff)
downloadopenembedded-ae4f8efa3e3985d529df6371a1152b454be36674.tar.gz
add hnb, a nice text-mode outliner
Diffstat (limited to 'packages/hnb')
-rw-r--r--packages/hnb/.mtn2git_empty0
-rw-r--r--packages/hnb/hnb_1.9.17+1.9.18pre7.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/hnb/.mtn2git_empty b/packages/hnb/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/hnb/.mtn2git_empty
diff --git a/packages/hnb/hnb_1.9.17+1.9.18pre7.bb b/packages/hnb/hnb_1.9.17+1.9.18pre7.bb
new file mode 100644
index 0000000000..b907665bc8
--- /dev/null
+++ b/packages/hnb/hnb_1.9.17+1.9.18pre7.bb
@@ -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@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/
+}
+