aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libedit
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libedit')
-rw-r--r--recipes/libedit/libedit_20100424.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libedit/libedit_20100424.bb b/recipes/libedit/libedit_20100424.bb
new file mode 100644
index 0000000000..5574ef34af
--- /dev/null
+++ b/recipes/libedit/libedit_20100424.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "BSD replacement for libreadline"
+HOMEPAGE = "http://www.thrysoee.dk/editline/"
+SECTION = "libs"
+LICENSE="BSD-2"
+DEPENDS = "ncurses"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://www.thrysoee.dk/editline/${PN}-${PV}-3.0.tar.gz"
+
+S = ${WORKDIR}/${PN}-${PV}-3.0
+
+FILES_${PN} = "${libdir}/libedit.so"
+
+SRC_URI[md5sum] = "eb4482139525beff12c8ef59f1a84aae"
+SRC_URI[sha256sum] = "602b385906b6057f52922afc42cafbceadd8bae4be43c9189ea7fa870a561d86"