mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
updated cmake to 2.8.1
This commit is contained in:
17
dev-util/cmake/cmake-2.8.1.bep
Normal file
17
dev-util/cmake/cmake-2.8.1.bep
Normal 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
|
||||
}
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user