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
pcre2: bump to 10.40
[kiss-trunc88.git]
/
yambar-git
/
build
blob
0fd4146f969d69a01a6741e7f9fa9b1e0533524e
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
meson \
6
-Dprefix
=/
usr \
7
-Dbuildtype
=
release \
8
-Dbackend-x11
=
disabled \
9
-Dlocalstatedir
=/
var \
10
-Dsharedstatedir
=/
var
/
local
\
11
. build
12
13
ninja
-C
build
14
ninja
-C
build
install