mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Guillaume GOURAT" <guillaume.gourat@nexvision.fr>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] glog: add new package
Date: Sun, 20 Jul 2014 11:51:47 +0200	[thread overview]
Message-ID: <006201cfa400$38f43f00$aadcbd00$@gourat@nexvision.fr> (raw)

    glog: add new package
    
    Signed-off-by: Guillaume Gourat <guillaume.gourat@nexvision.fr>

diff --git a/rules/glog.in b/rules/glog.in
new file mode 100755
index 0000000..9fecc9c
--- /dev/null
+++ b/rules/glog.in
@@ -0,0 +1,24 @@
+## SECTION=system_libraries
+
+menuconfig GLOG
+	tristate
+	prompt "glog                          "
+	select LIBC_M
+	select LIBC_PTHREAD
+	select GCCLIBS_GCC_S
+	select GCCLIBS_CXX
+	select GFLAGS if GLOG_USE_GFLAGS
+	help
+	  The glog library implements application-level logging. This
library 
+	  provides logging APIs based on C++-style streams and various
helper 
+	  macros.
+	  
+	  See https://code.google.com/p/google-glog/ for info about it.
+
+if GLOG
+
+config GLOG_USE_GFLAGS
+	bool
+	prompt "commandline flags processing using gflags"
+
+endif
diff --git a/rules/glog.make b/rules/glog.make
new file mode 100755
index 0000000..522153a
--- /dev/null
+++ b/rules/glog.make
@@ -0,0 +1,54 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Guillaume GOURAT <guillaume.gourat@nexvision.fr>
+#
+# 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_GLOG) += glog
+
+#
+# Paths and names
+#
+GLOG_VERSION	:= 0.3.3
+GLOG_MD5 	:= a6fd2c22f8996846e34c763422717c18
+GLOG		:= glog-$(GLOG_VERSION)
+GLOG_SUFFIX	:= tar.gz
+GLOG_URL	:=
http://google-glog.googlecode.com/files/$(GLOG).$(GLOG_SUFFIX)
+GLOG_SOURCE	:= $(SRCDIR)/$(GLOG).$(GLOG_SUFFIX)
+GLOG_DIR		:= $(BUILDDIR)/$(GLOG)
+GLOG_LICENSE	:= BSD New
+
+#
----------------------------------------------------------------------------
+# Prepare
+#
----------------------------------------------------------------------------
+
+GLOG_CONF_TOOL	:= autoconf
+GLOG_ENV 	:= $(CROSS_ENV) LIBS='-lgcc'
+
+#
----------------------------------------------------------------------------
+# Target-Install
+#
----------------------------------------------------------------------------
+
+$(STATEDIR)/glog.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, glog)
+	@$(call install_fixup, glog,PRIORITY,optional)
+	@$(call install_fixup, glog,SECTION,base)
+	@$(call install_fixup, glog,AUTHOR,"Guillaume GOURAT
<guillaume.gourat@nexvision.fr>")
+	@$(call install_fixup, glog,DESCRIPTION,missing)
+
+	@$(call install_lib, glog, 0, 0, 0644, libglog)
+
+	@$(call install_finish, glog)
+
+	@$(call touch)
+
+# vim: syntax=make



-- 
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2014-07-20  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='006201cfa400$38f43f00$aadcbd00$@gourat@nexvision.fr' \
    --to=guillaume.gourat@nexvision.fr \
    --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