From a21e96aee07fb682da99ebfb0d807831a88e4bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 2 Jan 2019 21:40:17 +0100 Subject: [PATCH] ccache: update to 3.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/ccache/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index e540b3fee3e..ca27c7716b3 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -1,6 +1,6 @@ # Template file for 'ccache' pkgname=ccache -version=3.5 +version=3.5.1 revision=1 bootstrap=yes build_style=gnu-configure @@ -8,9 +8,15 @@ makedepends="zlib-devel" short_desc="A Fast C/C++ Compiler Cache" maintainer="Juan RP " homepage="https://ccache.samba.org/" +changelog="https://ccache.samba.org/news.html" license="GPL-3.0-or-later" distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=bdd44b72ae4506a2e2deef9fefb15c606a474bbca7658cd2be26105155eec012 +checksum=0fe1baa18208ba11abd188ab6eeaf4453b08ee783945dbb357dd93c2308a1d60 + +pre_build() { + # Probably a missing AC_SUBST(getopt_long_c) somewhere. + sed -i Makefile -e "s;@getopt_long_c@;src/getopt_long.c;g" +} post_install() { vmkdir usr/lib/ccache/bin