mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
OpenEXR & IlmBase: remove libtool library files.
This commit is contained in:
@@ -7,14 +7,14 @@ matrices, quaternions and other useful math functions. Iex is an \
|
||||
exception-handling library. There is also IexMath module.
|
||||
"
|
||||
SUMMARY="OpenEXR ILM Base libraries"
|
||||
HOMEPAGE="http://www.openexr.com"
|
||||
HOMEPAGE="http://www.openexr.com/"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2002-2011 Industrial Light & Magic"
|
||||
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-2.1.0.tar.gz"
|
||||
COPYRIGHT="2002-2013 Industrial Light & Magic"
|
||||
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PATCHES="ilmbase-2.1.0.patch"
|
||||
@@ -56,6 +56,9 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool library files
|
||||
rm $libDir/lib*.la
|
||||
|
||||
# prepare development lib links
|
||||
prepareInstalledDevelLibs libHalf libIex libIexMath libIlmThread \
|
||||
libImath libIex-2_1 libIexMath-2_1 libIlmThread-2_1 libImath-2_1
|
||||
|
||||
Reference in New Issue
Block a user