From 177ef53047019757b70b5ca87171b2c88e26ba07 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:41:56 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- recipes-devtools/libedit/libedit_20121213.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-devtools/libedit/libedit_20121213.bb (limited to 'recipes-devtools/libedit') diff --git a/recipes-devtools/libedit/libedit_20121213.bb b/recipes-devtools/libedit/libedit_20121213.bb new file mode 100644 index 0000000..08dba44 --- /dev/null +++ b/recipes-devtools/libedit/libedit_20121213.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "BSD replacement for libreadline" +HOMEPAGE = "http://www.thrysoee.dk/editline/" +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" + +DEPENDS = "ncurses" + +inherit autotools + +# upstream site does not allow wget's User-Agent +FETCHCMD_wget += "-U bitbake" +SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz" + +S = "${WORKDIR}/${BPN}-${PV}-3.0" + +SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" +SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f" -- cgit v1.2.3-54-g00ecf