From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Xrosa-0003DH-A7 for ptxdist@pengutronix.de; Fri, 21 Nov 2014 15:08:08 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Xrosa-0007kw-8c for ptxdist@pengutronix.de; Fri, 21 Nov 2014 15:08:08 +0100 Date: Fri, 21 Nov 2014 15:08:08 +0100 From: Michael Olbrich Message-ID: <20141121140808.GJ19664@pengutronix.de> References: <1416471810-15176-1-git-send-email-mpa@pengutronix.de> <1416471810-15176-5-git-send-email-mpa@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1416471810-15176-5-git-send-email-mpa@pengutronix.de> Subject: Re: [ptxdist] [PATCH 5/7] libexif: Initial, version 0.6.21 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, Nov 20, 2014 at 09:23:28AM +0100, Markus Pargmann wrote: > Signed-off-by: Markus Pargmann > --- > rules/libexif.in | 7 +++++++ > rules/libexif.make | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 60 insertions(+) > create mode 100644 rules/libexif.in > create mode 100644 rules/libexif.make > > diff --git a/rules/libexif.in b/rules/libexif.in > new file mode 100644 > index 000000000000..a9259d8b45d4 > --- /dev/null > +++ b/rules/libexif.in > @@ -0,0 +1,7 @@ > +## SECTION=system_libraries > + > +config LIBEXIF > + tristate > + prompt "libexif" > + help > + libexif is a library to support reading and writing EXIF metainformation > diff --git a/rules/libexif.make b/rules/libexif.make > new file mode 100644 > index 000000000000..daf4dad525ca > --- /dev/null > +++ b/rules/libexif.make > @@ -0,0 +1,53 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2014 by Markus Pargmann > +# > +# 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_LIBEXIF) += libexif > + > +# > +# Paths and names > +# > +LIBEXIF_VERSION := 0.6.21 > +LIBEXIF_MD5 := 27339b89850f28c8f1c237f233e05b27 > +LIBEXIF := libexif-$(LIBEXIF_VERSION) > +LIBEXIF_SUFFIX := tar.bz2 > +LIBEXIF_URL := http://sourceforge.net/projects/libexif/files/libexif/$(LIBEXIF_VERSION)/$(LIBEXIF).$(LIBEXIF_SUFFIX) > +LIBEXIF_SOURCE := $(SRCDIR)/$(LIBEXIF).$(LIBEXIF_SUFFIX) > +LIBEXIF_DIR := $(BUILDDIR)/$(LIBEXIF) > +LIBEXIF_LICENSE := unknown > + > +# ---------------------------------------------------------------------------- > +# Prepare > +# ---------------------------------------------------------------------------- > + > +LIBEXIF_CONF_TOOL := autoconf --disable-docs --disable-internal-docs --disable-nls --disable-rpath Michael > + > +# ---------------------------------------------------------------------------- > +# Target-Install > +# ---------------------------------------------------------------------------- > + > +$(STATEDIR)/libexif.targetinstall: > + @$(call targetinfo) > + > + @$(call install_init, libexif) > + @$(call install_fixup, libexif,PRIORITY,optional) > + @$(call install_fixup, libexif,SECTION,base) > + @$(call install_fixup, libexif,AUTHOR,"Markus Pargmann ") > + @$(call install_fixup, libexif,DESCRIPTION,missing) > + > + @$(call install_lib, libexif, 0, 0, 0644, libexif) > + > + @$(call install_finish, libexif) > + > + @$(call touch) > + > +# vim: syntax=make > -- > 2.1.1 > > > -- > 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