void-packages/srcpkgs/fluidsynth/libfluidsynth.template

15 lines
226 B
Plaintext

# 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
}