From 048a120afa315f5e825a9dc74bc3fd2ac93f14ec Mon Sep 17 00:00:00 2001 From: tcely Date: Thu, 28 Mar 2019 17:06:18 -0400 Subject: main/gtest: -dev should install libraries too Using *.pc files is difficult when the libraries are not installed. --- main/gtest/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/gtest') diff --git a/main/gtest/APKBUILD b/main/gtest/APKBUILD index 63c701bc0a..6596d39d8d 100644 --- a/main/gtest/APKBUILD +++ b/main/gtest/APKBUILD @@ -1,14 +1,15 @@ # Maintainer: Francesco Colista pkgname=gtest pkgver=1.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like JUnit)" url="https://github.com/google/googletest" arch="all" options="!check" # googletest-death-test-test hangs license="BSD-3-Clause" depends="" -makedepends="python2-dev cmake" +depends_dev="${pkgname}=${pkgver}-r${pkgrel} gmock=${pkgver}-r${pkgrel} cmake" +makedepends="$depends_dev python2-dev" install="" subpackages="$pkgname-dev gmock" source="$pkgname-$pkgver.tar.gz::https://github.com/google/googletest/archive/release-$pkgver.tar.gz -- cgit v1.2.3