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
megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git]
/
mhwaveedit
/
build
blob
1faae64b4c754ea2671273787ec15204ff1cc0cf
1
#!/bin/sh -e
2
3
#chmod +x install-sh
4
5
#aclocal --force -I m4
6
#autoheader --force
7
#automake --add-missing --copy
8
#autoconf --force
9
10
.
/
configure \
11
--prefix
=/
usr \
12
--sysconfdir
=/
etc \
13
--localstatedir
=/
var \
14
--disable-nls
\
15
--disable-gtktest
\
16
--disable-sdltest
\
17
--without-pulse
18
19
make
20
#make DESTDIR="$1" install
21
22
mkdir
-p
"
$1
/usr/bin"
23
mkdir
-p
"
$1
/usr/share/man/man1"
24
cp
src
/
mhwaveedit
"
$1
/usr/bin/"
25
cp
mhwaveedit
.1
"
$1
/usr/share/man/man1/"