2011-10-22 09:13:04 +00:00
|
|
|
# Template file for 'libfluidsynth'.
|
|
|
|
#
|
|
|
|
short_desc="${short_desc} - Runtime library"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the fluidsynth runtime lib(s)."
|
|
|
|
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=2
|
2011-10-22 20:21:22 +00:00
|
|
|
|
2011-10-22 09:13:04 +00:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
}
|