From c3df5c53be2ae2a3e20d4df804715d25d45d6059 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 23 Oct 2016 05:44:33 +0300 Subject: Revert "virtual package googletest is not required anymore" This reverts commit ad11e753ddede848ee734ec4999f218f455fdfe2. New protobuf release (3.1.0) does not provide official tarballs with prepared configure and googletest files. --- docs/index.html | 4 ++++ src/googletest.mk | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/googletest.mk diff --git a/docs/index.html b/docs/index.html index c5895ac..f46f93e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1455,6 +1455,10 @@ local-pkg-list: $(LOCAL_PKG_LIST) GnuTLS + googletest + Google Test + + graphicsmagick GraphicsMagick diff --git a/src/googletest.mk b/src/googletest.mk new file mode 100644 index 0000000..e5a902f --- /dev/null +++ b/src/googletest.mk @@ -0,0 +1,15 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := googletest +$(PKG)_IGNORE := +$(PKG)_VERSION := 1.7.0 +$(PKG)_CHECKSUM := f73a6546fdf9fce9ff93a5015e0333a8af3062a152a9ad6bcb772c96687016cc +$(PKG)_SUBDIR := $(PKG)-release-$($(PKG)_VERSION) +$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := https://github.com/google/$(PKG)/archive/release-$($(PKG)_VERSION).tar.gz +$(PKG)_DEPS := + +define $(PKG)_UPDATE + $(call MXE_GET_GITHUB_TAGS, google/googletest, release-) +endef -- cgit v0.12