ENH: Updated for cmake 1.4.6 package. Added automatic conversion of setup.hint to unix newlines.

This commit is contained in:
Brad King 2002-10-25 15:46:29 -04:00
parent 1c4223bfd5
commit 0d7db95566
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,8 @@ CVS_TAG="-r Release-1-4"
PKG=cmake PKG=cmake
VER=1.4.6 VER=1.4.6
REL=1 REL=1
PREVER=1.4.5
PREREL=1
CVSROOT=":pserver:anonymous@www.cmake.org:/cvsroot/CMake" CVSROOT=":pserver:anonymous@www.cmake.org:/cvsroot/CMake"
FULLPKG="${PKG}-${VER}-${REL}" FULLPKG="${PKG}-${VER}-${REL}"
@ -64,11 +66,14 @@ WriteSetupHint()
cat > ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint <<EOF cat > ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint <<EOF
# CMake setup.hint file for cygwin setup.exe program # CMake setup.hint file for cygwin setup.exe program
category: Devel category: Devel
requires: libncurses5 cygwin requires: libncurses6 cygwin
sdesc: "A cross platform build manger" sdesc: "A cross platform build manger"
ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files." ldesc: "CMake is a cross platform build manager. It allows you to specify build parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles will be generated. CMake is also capable of generating microsoft project files, nmake, and borland makefiles. CMake can also perform system inspection operations like finding installed libraries and header files."
prev: ${PREVER}-${PREREL}
curr: ${VER}-${REL} curr: ${VER}-${REL}
EOF EOF
dos2unix ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint
cp ${PKG}-${VER}/CYGWIN-PATCHES/setup.hint ./setup.hint
} }
SourceTarball() SourceTarball()