mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
ilmbase: remove recipes for old releases. (#1141)
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
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"
|
||||
@@ -1,24 +0,0 @@
|
||||
DESCRIPTION="OpenEXR ILM Base libraries"
|
||||
HOMEPAGE="http://www.openexr.com"
|
||||
SOURCE_URI="http://download.savannah.nongnu.org/releases/openexr/ilmbase-1.0.2.tar.gz"
|
||||
REVISION="1"
|
||||
CHECKSUM_MD5="26c133ee8ca48e1196fbfb3ffe292ab4"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD()
|
||||
{
|
||||
cd ilmbase-1.0.2
|
||||
libtoolize --copy --force --install
|
||||
./bootstrap
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
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