flac: remove libtool files.

This commit is contained in:
Jerome Duval
2014-10-16 21:17:01 +00:00
parent 677cb6a508
commit 821635ab3c

View File

@@ -10,7 +10,7 @@ stereo) just like you would an MP3 file.
HOMEPAGE="http://flac.sourceforge.net/"
SRC_URI="http://downloads.xiph.org/releases/flac/flac-1.3.0.tar.xz"
CHECKSUM_SHA256="fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc"
REVISION="2"
REVISION="3"
LICENSE="GNU LGPL v2.1
GNU GPL v2
@@ -75,6 +75,9 @@ INSTALL()
{
make install
# remove libtool library files
rm $libDir/libFLAC.la $libDir/libFLAC++.la
if [ -n "$secondaryArchSuffix" ]; then
rm -rf $binDir $documentationDir
fi