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
stunnel: bump to 5.64
[kiss-trunc88.git]
/
easytag
/
build
blob
0de034ca3a399d3a0effbb2ec31ecbc8f286c2ea
1
#!/bin/sh -e
2
3
#./autogen.sh
4
autoreconf
-if
5
6
export
CXXFLAGS
=
"
$CXXFLAGS
-Wno-error=deprecated-declarations -Wno-error"
7
export
CFLAGS
=
"
$CFLAGS
-Wno-error"
8
9
.
/
configure \
10
--prefix
=/
usr \
11
--disable-tests
\
12
--disable-nautilus-actions
13
14
make
15
make
DESTDIR
=
"
$1
"
install