From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WLcTH-0006Q4-27 for ptxdist@pengutronix.de; Thu, 06 Mar 2014 18:52:39 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WLcTH-0002I3-0m for ptxdist@pengutronix.de; Thu, 06 Mar 2014 18:52:39 +0100 Date: Thu, 6 Mar 2014 18:52:38 +0100 From: Michael Olbrich Message-ID: <20140306175238.GP32080@pengutronix.de> References: <1393534984-30643-1-git-send-email-alex.aring@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1393534984-30643-1-git-send-email-alex.aring@gmail.com> Subject: Re: [ptxdist] [PATCH] libzmq: add new package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Feb 27, 2014 at 10:03:04PM +0100, Alexander Aring wrote: > Signed-off-by: Alexander Aring Thanks, applied. Michael > --- > rules/libzmq.in | 12 +++++++++++ > rules/libzmq.make | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 71 insertions(+) > create mode 100644 rules/libzmq.in > create mode 100644 rules/libzmq.make > > diff --git a/rules/libzmq.in b/rules/libzmq.in > new file mode 100644 > index 0000000..c272f84 > --- /dev/null > +++ b/rules/libzmq.in > @@ -0,0 +1,12 @@ > +## SECTION=networking > + > +config LIBZMQ > + tristate > + prompt "libzmq" > + help > + The zeroMQ lightweight messaging kernel is a library which extends the > + standard socket interfaces with features traditionally provided by > + specialised messaging middleware products. zeroMQ sockets provide an > + abstraction of asynchronous message queues, multiple messaging patterns, > + message filtering (subscriptions), seamless access to multiple transport > + protocols and more. > diff --git a/rules/libzmq.make b/rules/libzmq.make > new file mode 100644 > index 0000000..56f505f > --- /dev/null > +++ b/rules/libzmq.make > @@ -0,0 +1,59 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2014 by Alexander Aring > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license conditions > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_LIBZMQ) += libzmq > + > +# > +# Paths and names > +# > +LIBZMQ_VERSION := 4.0.3 > +LIBZMQ_MD5 := 8348341a0ea577ff311630da0d624d45 > +LIBZMQ := zeromq-$(LIBZMQ_VERSION) > +LIBZMQ_SUFFIX := tar.gz > +LIBZMQ_URL := http://download.zeromq.org/$(LIBZMQ).$(LIBZMQ_SUFFIX) > +LIBZMQ_SOURCE := $(SRCDIR)/$(LIBZMQ).$(LIBZMQ_SUFFIX) > +LIBZMQ_DIR := $(BUILDDIR)/$(LIBZMQ) > +LIBZMQ_LICENSE := LGPLv3+ > + > +# > +# autoconf > +# > +LIBZMQ_CONF_TOOL := autoconf > +LIBZMQ_CONF_OPT := \ > + $(CROSS_AUTOCONF_USR) \ > + --enable-shared \ > + --disable-static \ > + --with-gnu-ld \ > + --without-documentation > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/libzmq.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, libzmq) > + @$(call install_fixup, libzmq,PRIORITY,optional) > + @$(call install_fixup, libzmq,SECTION,base) > + @$(call install_fixup, libzmq,AUTHOR,"Alexander Aring ") > + @$(call install_fixup, libzmq,DESCRIPTION,missing) > + > + @$(call install_lib, libzmq, 0, 0, 0644, libzmq) > + @$(call install_copy, libzmq, 0, 0, 0755, -, /usr/bin/curve_keygen) > + > + @$(call install_finish, libzmq) > + > + @$(call touch) > + > +# vim: syntax=make > -- > 1.9.0 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de