2011-10-22 11:13:04 +02: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 18:12:47 +01:00
|
|
|
revision=2
|
2011-10-22 22:21:22 +02:00
|
|
|
|
2011-10-22 11:13:04 +02:00
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove "usr/lib/*.so*" usr/lib
|
|
|
|
}
|