From: Qing He Date: Wed, 7 Jul 2010 12:53:55 +0000 (+0800) Subject: libevent: add new package X-Git-Tag: 2011-1~5349 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f033f5d29ec9b159c09d702bc89246629dc8b71;p=openembedded-core.git libevent: add new package version 1.4.14b-stable as a dependency of nfs-utils Signed-off-by: Qing He --- diff --git a/meta/packages/libevent/libevent_1.4.14b.bb b/meta/packages/libevent/libevent_1.4.14b.bb new file mode 100644 index 0000000000..4209305512 --- /dev/null +++ b/meta/packages/libevent/libevent_1.4.14b.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "an asynchronous event notification library" +HOMEPAGE = "http://www.monkey.org/~provos/libevent/" +SECTION = "libs" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://event.c;endline=26;md5=bc20aa63bf60c36c2d8edb77746f6b7c" + +PR = "r0" + +SRC_URI = "http://www.monkey.org/~provos/${BPN}-${PV}-stable.tar.gz" +S = "${WORKDIR}/${BPN}-${PV}-stable" + +inherit autotools + +LEAD_SONAME = "libevent-1.4.so"