aboutsummaryrefslogtreecommitdiff
path: root/graphite2/abuild
blob: 07bb890049f7a38de165f2a74f264dd98a407db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
name=graphite2
version=1.3.15
release=1
source="https://github.com/silnrsi/graphite/releases/download/$version/$name-$version.tgz
	clang.patch"

prebuild() {
	sed -i '/cmake_policy(SET CMP0012 NEW)/d' CMakeLists.txt
	sed -i 's/PythonInterp/Python3/' CMakeLists.txt
	find . -name CMakeLists.txt | xargs sed -i 's/VERSION 2.8.0 FATAL_ERROR/VERSION 4.0.0/'
}