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 1WDVc2-0007ip-Hj for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:56:10 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WDVc2-0000fj-H0 for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:56:10 +0100 Date: Wed, 12 Feb 2014 09:56:10 +0100 From: Michael Olbrich Message-ID: <20140212085610.GH4551@pengutronix.de> References: <1391603794-25701-1-git-send-email-bernhard.sessler@corscience.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1391603794-25701-1-git-send-email-bernhard.sessler@corscience.de> Subject: Re: [ptxdist] [PATCH 1/2] cxxtools: 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Feb 05, 2014 at 01:36:33PM +0100, Bernhard Sessler wrote: > Cxxtools is a comprehensive C++ class library for Unix and Linux. The > library includes classes for serialization, unicode text, multi > threading, networking, rpc, http client and server, xml, logging and > many more. > = > Signed-off-by: Bernhard Sessler Thanks, both applied. Michael > --- > rules/cxxtools.in | 14 +++++++++++++ > rules/cxxtools.make | 59 +++++++++++++++++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 73 insertions(+) > create mode 100644 rules/cxxtools.in > create mode 100644 rules/cxxtools.make > = > diff --git a/rules/cxxtools.in b/rules/cxxtools.in > new file mode 100644 > index 0000000..c009b5a > --- /dev/null > +++ b/rules/cxxtools.in > @@ -0,0 +1,14 @@ > +## SECTION=3Dsystem_libraries > + > +config CXXTOOLS > + tristate > + prompt "cxxtools" > + select LIBC_PTHREAD > + select GCCLIBS_GCC_S > + select GCCLIBS_CXX > + help > + Cxxtools is a comprehensive C++ class library for Unix > + and Linux. The library includes classes for > + serialization, unicode text, multi threading, > + networking, rpc, http client and server, xml, > + logging and many more. > diff --git a/rules/cxxtools.make b/rules/cxxtools.make > new file mode 100644 > index 0000000..3b3383a > --- /dev/null > +++ b/rules/cxxtools.make > @@ -0,0 +1,59 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2014 by Bernhard Se=DFler > +# > +# See CREDITS for details about who has contributed to this project. > +# > +# For further information about the PTXdist project and license conditio= ns > +# see the README file. > +# > + > +# > +# We provide this package > +# > +PACKAGES-$(PTXCONF_CXXTOOLS) +=3D cxxtools > + > +# > +# Paths and names > +# > +CXXTOOLS_VERSION :=3D 2.2.1 > +CXXTOOLS_MD5 :=3D aab00068ae5237435b37ac86f2ac7576 > +CXXTOOLS :=3D cxxtools-$(CXXTOOLS_VERSION) > +CXXTOOLS_SUFFIX :=3D tar.gz > +CXXTOOLS_URL :=3D http://www.tntnet.org/download/$(CXXTOOLS).$(CXXTOOLS= _SUFFIX) > +CXXTOOLS_SOURCE :=3D $(SRCDIR)/$(CXXTOOLS).$(CXXTOOLS_SUFFIX) > +CXXTOOLS_DIR :=3D $(BUILDDIR)/$(CXXTOOLS) > +CXXTOOLS_LICENSE :=3D LGPLv2.1 > + > +# ----------------------------------------------------------------------= ------ > +# Prepare > +# ----------------------------------------------------------------------= ------ > + > +CXXTOOLS_CONF_ENV :=3D $(CROSS_ENV) > +CXXTOOLS_CONF_TOOL :=3D autoconf > +CXXTOOLS_CONF_OPT :=3D $(CROSS_AUTOCONF_USR) \ > + --disable-static \ > + --disable-unittest \ > + --disable-demos \ > + --disable-dependency-tracking > + > +# ----------------------------------------------------------------------= ------ > +# Target-Install > +# ----------------------------------------------------------------------= ------ > + > +$(STATEDIR)/cxxtools.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, cxxtools) > + @$(call install_fixup, cxxtools,PRIORITY,optional) > + @$(call install_fixup, cxxtools,SECTION,base) > + @$(call install_fixup, cxxtools,AUTHOR,"Bernhard Se=DFler ") > + @$(call install_fixup, cxxtools,DESCRIPTION,missing) > + > + @$(call install_lib, cxxtools, 0, 0, 0644, libcxxtools) > + > + @$(call install_finish, cxxtools) > + > + @$(call touch) > + > +# vim: syntax=3Dmake > -- = > 1.8.3.2 > = > = > -- = > 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