mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
21
media-libs/ilmbase/ilmbase-1.0.2.bep
Normal file
21
media-libs/ilmbase/ilmbase-1.0.2.bep
Normal 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"
|
||||
Reference in New Issue
Block a user