void-packages/srcpkgs/fluidsynth/fluidsynth-devel.template

14 lines
323 B
Text
Raw Normal View History

2011-10-22 09:13:04 +00:00
# Template file for 'fluidsynth-devel'.
#
2012-09-20 16:09:35 +00:00
noarch=yes
depends="libfluidsynth>=${version}"
2011-10-22 09:13:04 +00:00
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
2012-09-20 16:09:35 +00:00
do_install() {
2011-10-22 09:13:04 +00:00
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}