initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / soundtools / ladspa / ladspa
1 # hdw - linux ladsap package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.12
6 # [S] 3-2
7 # [D] ladspa_sdk_1.12.tgz http://www.ladspa.org/download/
8
9 srcdir="ladspa_sdk/src"
10
11 pre_install()   {
12         sed -e "s%/usr/local%$prefix%g" \
13                 -e 's/-mkdirhier/mkdir\ -p/g' makefile > makefile~
14         mv makefile~ makefile
15         make clean
16                 }
17
18 make_conf="targets"