Initial .bep and .OptionalPackageDescription files for ilmbase, from Michael Oliveira. Doesn't build on gcc2 (yet?)

This commit is contained in:
Scott McCreary
2010-03-14 04:38:06 +00:00
parent f7e120d555
commit d6586e7871
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Package: IlmBase
Version: 1.0.1
Copyright: 2006 Industrial Light & Magic
License: Industrial Light & Magic
URL: http://www.openexr.com

View File

@@ -0,0 +1,19 @@
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
}