From 821635ab3c2b8f083d95bd72aef38be873dd170e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 16 Oct 2014 21:17:01 +0000 Subject: [PATCH] flac: remove libtool files. --- media-libs/flac/flac-1.3.0.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/flac/flac-1.3.0.recipe b/media-libs/flac/flac-1.3.0.recipe index dcf6a1f44..50cac237b 100644 --- a/media-libs/flac/flac-1.3.0.recipe +++ b/media-libs/flac/flac-1.3.0.recipe @@ -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