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
crispy-doom: new package at 5.11.1
[kiss-trunc88.git]
/
ladspa
/
build
blob
bf128f3fc9d8bc8d4d1bd1401e35df71aeb60528
1
#!/bin/sh -e
2
3
patch
-p0
<
fix-memleak-in-plugin-scanning.
patch
4
5
sed
-e
"s/-O2/
${CFLAGS}
/"
-i
src
/
Makefile
6
7
cd
src
8
9
make
10
make
\
11
INSTALL_PLUGINS_DIR
=
"
$1
/usr/lib/ladspa/"
\
12
INSTALL_INCLUDE_DIR
=
"
$1
/usr/include/"
\
13
INSTALL_BINARY_DIR
=
"
$1
/usr/bin/"
\
14
install