OpenEXR & IlmBase: remove libtool library files.

This commit is contained in:
fbrosson
2017-02-05 14:23:07 +00:00
parent 6d1d07e307
commit 1b0efdb6ec
4 changed files with 28 additions and 16 deletions

View File

@@ -6,15 +6,15 @@ currently in production. The first movies to employ OpenEXR were \
Harry Potter and the Sorcerers Stone, Men in Black II, Gangs of \
New York, and Signs. Since then, OpenEXR has become ILM's main \
image file format."
HOMEPAGE="http://www.openexr.com"
COPYRIGHT="2002-2011 Industrial Light & Magic"
HOMEPAGE="http://www.openexr.com/"
COPYRIGHT="2002-2013 Industrial Light & Magic"
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/openexr-2.1.0.tar.gz"
REVISION="3"
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/openexr-$portVersion.tar.gz"
CHECKSUM_SHA256="54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14"
PATCHES="openexr-2.1.0.patch"
PATCHES="openexr-$portVersion.patch"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -84,6 +84,9 @@ INSTALL()
{
make install
# remove libtool library files
rm $libDir/libIlmImf*.la
# prepare development documentation
mkdir -p $developDocDir
mv $dataDir/doc $developDocDir