mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Markus Pargmann <mpa@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Markus Pargmann <mpa@pengutronix.de>
Subject: [ptxdist] [PATCH 5/7] libexif: Initial, version 0.6.21
Date: Thu, 20 Nov 2014 09:23:28 +0100	[thread overview]
Message-ID: <1416471810-15176-5-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1416471810-15176-1-git-send-email-mpa@pengutronix.de>

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 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 <mpa@pengutronix.de>
+#
+# 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
+
+# ----------------------------------------------------------------------------
+# 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 <mpa@pengutronix.de>")
+	@$(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

  parent reply	other threads:[~2014-11-20  8:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20  8:23 [ptxdist] [PATCH 1/7] cairo: Missing dependency XORG_LIB_XEXT Markus Pargmann
2014-11-20  8:23 ` [ptxdist] [PATCH 2/7] xorg-lib-Xi: Missing dependency LIB_XFIXES Markus Pargmann
2014-11-21 14:10   ` Michael Olbrich
2014-11-20  8:23 ` [ptxdist] [PATCH 3/7] json-c: Install missing pkgconfig link Markus Pargmann
2014-11-20  9:00   ` Alexander Dahl
2014-11-20  8:23 ` [ptxdist] [PATCH 4/7] libltdl: Version bump 1.5 -> 2.4.3 Markus Pargmann
2014-11-21 14:11   ` Michael Olbrich
2014-11-20  8:23 ` Markus Pargmann [this message]
2014-11-21 14:08   ` [ptxdist] [PATCH 5/7] libexif: Initial, version 0.6.21 Michael Olbrich
2014-11-20  8:23 ` [ptxdist] [PATCH 6/7] host-ninja: Ninja build tool Markus Pargmann
2014-11-21 14:01   ` Michael Olbrich
2014-11-21 14:09     ` Michael Olbrich
2014-11-20  8:23 ` [ptxdist] [PATCH 7/7] gtk2: Reintegrate gtk2 Markus Pargmann
2014-11-21 14:22   ` Michael Olbrich
2014-11-21 14:10 ` [ptxdist] [PATCH 1/7] cairo: Missing dependency XORG_LIB_XEXT Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1416471810-15176-5-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox