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
mpv: switch to meson
[kiss-trunc88.git]
/
libraw
/
build
blob
f1dee17f4b45d260472f8f1f2dafb9508484ea68
1
#!/bin/sh -e
2
3
autoreconf
-fi
4
5
.
/
configure \
6
--prefix
=/
usr \
7
--disable-static
8
9
make
10
make
DESTDIR
=
"
$1
"
install