Skip to content
Snippets Groups Projects
Commit d7595f7c authored by Ellon Mendes's avatar Ellon Mendes
Browse files

[wip/glog] Add glog (google-log) library to wip

parent b6b41cb2
No related branches found
No related tags found
No related merge requests found
The glog (google log) library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.
# robotpkg Makefile for: wip/glog
# Created: Ellon Paiva Mendes <emendes@laas.fr>, 9 Mar. 2015
#
NAME= glog
VERSION= v0.3.3
GITHUB_USER= google
CATEGORIES= wip
DISTNAME= ${NAME}-${VERSION}
DISTBASE= ${GITHUB_USER}/${NAME}/archive/
MASTER_SITES= ${MASTER_SITE_GITHUB:=${DISTBASE}${VERSION}${EXTRACT_SUFX}?f=}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/${GITHUB_USER}/${NAME}.git
WRKSRC= ${WRKDIR}/glog-0.3.3
MAINTAINER= ellon.mendes@laas.fr
COMMENT= "The glog library implements application-level logging"
LICENSE= modified-bsd
include ../../mk/sysdep/autoconf.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
include ../../mk/robotpkg.mk
@comment Mon Mar 9 19:20:39 CET 2015
include/glog/log_severity.h
include/glog/logging.h
include/glog/raw_logging.h
include/glog/stl_logging.h
include/glog/vlog_is_on.h
lib/libglog.a
lib/libglog.la
lib/libglog.so
lib/libglog.so.0
lib/libglog.so.0.0.0
lib/pkgconfig/libglog.pc
share/doc/glog-0.3.3/AUTHORS
share/doc/glog-0.3.3/COPYING
share/doc/glog-0.3.3/ChangeLog
share/doc/glog-0.3.3/INSTALL
share/doc/glog-0.3.3/NEWS
share/doc/glog-0.3.3/README
share/doc/glog-0.3.3/README.windows
share/doc/glog-0.3.3/designstyle.css
share/doc/glog-0.3.3/glog.html
SHA1 (glog-v0.3.3.tar.gz) = 60ca186e311b487b9a6fe93490fbb2aa0318b60e
RMD160 (glog-v0.3.3.tar.gz) = aa2ca7e13ac44091841be27e9488b0289efa5a22
Size (glog-v0.3.3.tar.gz) = 509505 bytes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment