# Description: A cross-platform, open-source make system # URL: http://www.cmake.org/ # Maintainer: Mark Rosenstand, mark at borkware dot net # Depends on: ncurses name=cmake version=2.4.3 release=1 source=(http://www.cmake.org/files/v2.4/cmake-$version.tar.gz) build() { cd cmake-$version ./bootstrap --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/doc }