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
w3m: fix libexecdir
[kiss-trunc88.git]
/
mpg123
/
build
blob
230f928056a1bfccbfb85b3284b70d9364d2d902
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--enable-int-quality
\
7
--disable-ntom
\
8
--disable-downsample
\
9
--disable-equalizer
\
10
--with-audio
=
alsa
,
jack
,
oss \
11
--with-default-audio
=
alsa \
12
--disable-debug
\
13
--with-cpu
=
x86-64 \
14
--enable-newoldwritesample
=
no
15
16
#--disable-ipv6 \
17
#--disable-network
18
19
make
20
make
DESTDIR
=
"
$1
"
install