mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
OpenEXR & IlmBase: remove libtool library files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user