Remove libtool files.

This commit is contained in:
Jérôme Duval
2016-11-21 16:20:36 +01:00
parent 784511aca5
commit bd8818b4a6
38 changed files with 107 additions and 40 deletions

View File

@@ -22,7 +22,7 @@ a quite competitive compression ratio.
HOMEPAGE="http://www.oberhumer.com/opensource/lzo/"
COPYRIGHT="1996-2011 Markus F.X.J Oberhumer"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.oberhumer.com/opensource/lzo/download/lzo-$portVersion.tar.gz"
CHECKSUM_SHA256="f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c"
@@ -64,6 +64,8 @@ INSTALL()
{
make install
rm $libDir/liblzo2.la
prepareInstalledDevelLib liblzo2
packageEntries devel $developDir $documentationDir
}