From patchwork Sat Apr 2 14:18:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/6] zeromq: add new recipe for version 2.1.1 Date: Sat, 02 Apr 2011 14:18:45 -0000 From: =?utf-8?b?UGV0ciDFoHRldGlhciA8eW5lenpAdHJ1ZS5jej4=?= X-Patchwork-Id: 1885 Message-Id: <1301753930-32581-2-git-send-email-ynezz@true.cz> To: openembedded-devel@lists.openembedded.org Tested-by: Craig Swank Signed-off-by: Petr Štetiar --- recipes/zeromq/zeromq_2.1.1.bb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 recipes/zeromq/zeromq_2.1.1.bb diff --git a/recipes/zeromq/zeromq_2.1.1.bb b/recipes/zeromq/zeromq_2.1.1.bb new file mode 100644 index 0000000..a73ceda --- /dev/null +++ b/recipes/zeromq/zeromq_2.1.1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework" +HOMEPAGE = "http://www.zeromq.org" +LICENSE = "LGPLv3" + +PR = "r0" + +DEPENDS += "util-linux-ng" + +S = "${WORKDIR}/zeromq-${PV}" + +SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz" + +inherit autotools + +do_configure_prepend() { + ./autogen.sh +} + +SRC_URI[md5sum] = "987079513e4816979e4e3bd52ac4b0a7" +SRC_URI[sha256sum] = "963844dcc2bd7b3c9104343d17c2b21125864edb9d953ae2b9ee844ea07b39ce"