mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
20 lines
389 B
Plaintext
20 lines
389 B
Plaintext
DESCRIPTION="ilmBase"
|
|
HOMEPAGE="http://www.openexr.com"
|
|
SRC_URI="http://www.haiku-ports.de/packages/sources/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=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd ilmbase-1.0.1
|
|
make install
|
|
}
|