repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
llvm, clang: bump to 14.0.6
[kiss-trunc88.git]
/
qtkeychain
/
build
blob
7c94df10b1b6ba5d5b06804b7fd093049a279477
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
#sed -i -e '/if(UNIX AND NOT APPLE AND NOT ANDROID AND NOT HAIKU)/,/endif()/d' CMakeLists.txt
6
#sed -i -e '61,68d' CMakeLists.txt
7
patch
-p1
<
nodbus.
patch
8
9
10
cmake
-S
.
-B
build \
11
-DCMAKE_INSTALL_PREFIX
=/
usr \
12
-DCMAKE_BUILD_TYPE
=
None
13
14
cmake
--build
build
15
cmake
--install
build