void-packages/srcpkgs/fluidsynth/libfluidsynth.template

14 lines
215 B
Text
Raw Normal View History

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-10-22 20:21:22 +00:00
2011-10-22 09:13:04 +00:00
do_install()
{
vmove "usr/lib/*.so*" usr/lib
}