aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/cmake/abuild
blob: d796964ef27caca2c6011e10fd25ccde414f83eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name=cmake
version=3.30.0
release=1
source="https://$name.org/files/v${version%.*}/$name-$version.tar.gz"
build_opt="--system-libs"
build_type="configure_build"


build() {
	./configure \
	        --prefix=/usr \
		--system-curl \
		--system-expat \
		--system-zlib \
		--system-bzip2 -- \
		-DBUILD_CursesDialog=OFF
	make
	make install
	rm -r $PKG/usr/doc
}