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]
/
libspng
/
build
blob
b14c8456e990a0cd311de28602555f953c7f4639
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
meson \
6
--prefix
=/
usr \
7
-Ddebug
=
false \
8
-Dbuildtype
=
plain \
9
-Dstrip
=
true \
10
-Db_ndebug
=
true \
11
-Dbuild_examples
=
false \
12
build
13
14
ninja
-C
build
15
ninja
-C
build
install