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
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
irssi
/
build
blob
6a7b3a99cc22e17c38c3c96bd02a1138bca9420a
1
#!/bin/sh -e
2
3
meson \
4
-Ddebug
=
"false"
\
5
-Dbuildtype
=
"plain"
\
6
-Dstrip
=
"true"
\
7
-Db_ndebug
=
"true"
\
8
-Dprefix
=
"/usr"
\
9
-Dsysconfdir
=
"/etc"
\
10
-Dmandir
=
"/usr/share/man"
\
11
-Denable-true-color
=
"yes"
\
12
-Dwith-perl
=
"no"
\
13
. build
14
15
16
ninja
-C
build
17
ninja
-C
build
install
18
19
rm
-rf
"
$1
/usr/include"
20
rm
-rf
"
$1
/usr/share/irssi/scripts"