mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
24 lines
487 B
Bash
24 lines
487 B
Bash
DESCRIPTION="ilmBase"
|
|
HOMEPAGE="http://www.openexr.com"
|
|
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.1.tar.gz"
|
|
REVISION="1"
|
|
CHECKSUM_MD5="f76f094e69a6079b0beb93d97e2a217e"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd ilmbase-1.0.1
|
|
libtoolize --copy --force --install
|
|
./bootstrap
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd ilmbase-1.0.1
|
|
make install
|
|
}
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2006 Industrial Light & Magic"
|