contrib/cmake/Pkgfile

18 lines
376 B
Plaintext
Raw Normal View History

2006-10-30 20:24:24 +01:00
# 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
2007-01-11 21:00:34 +01:00
version=2.4.6
2007-01-09 20:08:04 +01:00
release=1
2006-10-30 20:24:24 +01:00
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
}