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
unflac: new package from git
[kiss-trunc88.git]
/
wget
/
build
blob
c3dc48ced29dce116609692e20913d5f96f57297
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--disable-debug
\
7
--disable-nls
\
8
--disable-ipv6
\
9
--without-libintl-prefix
\
10
--without-libuuid
\
11
--with-ssl
=
openssl
12
13
make
14
make
DESTDIR
=
"
$1
"
install