Updated ilmbase to 1.0.2, marked as broken as it's not building on gcc2, not sure about gcc4.

This commit is contained in:
Scott McCreary
2010-09-27 02:50:45 +00:00
parent 172d107ac0
commit 3a6ee21556

View File

@@ -0,0 +1,21 @@
DESCRIPTION="OpenEXR ILM Base libraries"
HOMEPAGE="http://www.openexr.com"
SRC_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.2.tar.gz"
REVISION="1"
CHECKSUM_MD5="26c133ee8ca48e1196fbfb3ffe292ab4"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
cd ilmbase-1.0.2
libtoolize --copy --force --install
./bootstrap
./configure --prefix=/boot/common
make
}
INSTALL {
cd ilmbase-1.0.2
make install
}
LICENSE="BSD (3 clause)"
COPYRIGHT="2002, 2004-2007 Industrial Light & Magic"