CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 820 -
(show annotations)
Sun Oct 4 15:10:10 2009 UTC (3 years, 8 months ago) by cjg
File size: 432 byte(s)
Sun Oct 4 15:10:10 2009 UTC (3 years, 8 months ago) by cjg
File size: 432 byte(s)
cmake: added
| 1 | # Description: A cross-platform, open-source make system. |
| 2 | # URL: http://www.cmake.org/ |
| 3 | # Maintainer: Antti Nykanen, aon at iki dot fi |
| 4 | # Packager: Mark Rosenstand, mark at borkware dot net |
| 5 | # Depends on: ncurses |
| 6 | |
| 7 | name=cmake |
| 8 | version=2.6.2 |
| 9 | release=1 |
| 10 | source=(http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd cmake-$version |
| 14 | ./bootstrap --prefix=/usr |
| 15 | make |
| 16 | make DESTDIR=$PKG install |
| 17 | rm -r $PKG/usr/doc |
| 18 | } |
| 19 |