blob: 4640e3c6cdb3dda4eeacb36e5e562426a7803f4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
# For 3.0.2:
source_sha256sum = 6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121ef7acf37c7a24777805693e
include ../source.mk
nop:
@:
build:
cd src && ./bootstrap --system-libs \
--prefix=/usr --docdir=/share/doc/cmake --mandir=/share/man
|