ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cmake.spec
Revision: 1.7
Committed: Sat Apr 7 03:26:04 2007 UTC (18 years ago) by elmer
Branch: MAIN
CVS Tags: pe20070414b-ports, pe20070414a-ports, pe20070412b-ports, pe20070412a-ports, pe20070411a-ports, pe20070409a-ports, pe20070407a-ports
Changes since 1.6: +1 -1 lines
Log Message:
Go back to version 2.4.2.

File Contents

# Content
1 ### RPM external cmake 2.4.2
2 %define downloaddir %(echo %v | cut -d. -f1,2)
3 Source: http://www.cmake.org/files/v%{downloaddir}/%n-%v.tar.gz
4 #Patch1: cmake
5 Requires: zlib
6
7 %prep
8
9 %setup -n cmake-%v
10 #%patch1 -p1
11
12 %build
13 ./configure --prefix=%i
14 make %makeprocesses