fluidsynth: remove libtool file (#1451)

This commit is contained in:
Schrijvers Luc
2017-06-21 08:05:43 +02:00
committed by Jérôme Duval
parent 8faba33005
commit 63dd45179d

View File

@@ -8,7 +8,7 @@ ability to send audio data to a Raw or Wave file."
HOMEPAGE="http://www.fluidsynth.org/"
COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"
LICENSE="GNU LGPL v2.1"
REVISION="4"
REVISION="5"
SOURCE_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-$portVersion/fluidsynth-$portVersion.tar.bz2"
CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601"
PATCHES="fluidsynth-1.1.6.patchset"
@@ -76,6 +76,10 @@ BUILD()
INSTALL()
{
make install
#remove libtool file
rm $libDir/*.la
prepareInstalledDevelLib libfluidsynth
fixPkgconfig