Files
haikuports/dev-util/cmake/cmake-2.8.0.bep

18 lines
340 B
Plaintext

DESCRIPTION="cmake - Cross platform Make"
HOMEPAGE="http://www.cmake.org"
SRC_URI="http://www.cmake.org/files/v2.8/cmake-2.8.0.tar.gz"
CHECKSUM_MD5="3b3679b8a6afaedc38a8c15dd7ff4fcf"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd cmake-2.8.0
./configure --prefix=/boot/common
make
}
INSTALL {
cd cmake-2.8.0
make install
}