14 lines
226 B
Text
14 lines
226 B
Text
# Template file for 'libfluidsynth'.
|
|
#
|
|
short_desc="${short_desc} - Runtime library"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the fluidsynth runtime lib(s)."
|
|
|
|
revision=2
|
|
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
}
|