mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
301 B

var_append makeinstopt " " "INSTALL_PREFIX=$root/$prefix "
var_append makeinstopt " " "INSTALL_PLUGINS_DIR=$root/$prefix/lib/ladspa/"
var_append makeinstopt " " "INSTALL_INCLUDE_DIR=$root/$prefix/include/"
var_append makeinstopt " " "INSTALL_BINARY_DIR=$root/$prefix/bin/"
srcdir="ladspa_sdk/src/"