contrib/cmake/Pkgfile
2006-10-30 20:24:24 +01:00

18 lines
376 B
Plaintext

# 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
}