void-packages/srcpkgs/fluidsynth/libfluidsynth.template

23 lines
450 B
Plaintext
Raw Normal View History

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-10-22 22:21:22 +02:00
revision=1
2011-10-22 11:13:04 +02:00
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libjack
Add_dependency run alsa-lib
Add_dependency run libpulseaudio
Add_dependency run libsndfile
Add_dependency run dbus-libs
2011-10-22 22:21:22 +02:00
Add_dependency run readline
2011-10-22 11:13:04 +02:00
do_install()
{
vmove "usr/lib/*.so*" usr/lib
}