updated cmake to 2.8.1

This commit is contained in:
Scott McCreary
2010-05-10 00:49:58 +00:00
parent a8c4e57340
commit d7786017a5
2 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="cmake - Cross platform Make"
HOMEPAGE="http://www.cmake.org"
SRC_URI="http://www.cmake.org/files/v2.8/cmake-2.8.1.tar.gz"
CHECKSUM_MD5="feadc2e5ebbfed0efc90178583503725"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cmake-2.8.1
./configure --prefix=/boot/common
make
}
INSTALL {
cd cmake-2.8.1
make install
}

View File

@@ -1,5 +1,5 @@
Package: CMake
Version: 2.8.0
Copyright: 2002-2009 Kitware, Inc., Insight Consortium, All rights reserved.
Version: 2.8.1
Copyright: 2002-2010 Kitware, Inc., Insight Consortium, All rights reserved.
License: CMake
URL: http://www.cmake.org/