*** empty log message ***
This commit is contained in:
parent
56832b9791
commit
6f310818e1
32
Utilities/cmake-cygwin.README
Normal file
32
Utilities/cmake-cygwin.README
Normal file
@ -0,0 +1,32 @@
|
||||
cmake
|
||||
--------------------------------------
|
||||
Runtime requirements:
|
||||
cygwin-1.3.5 or newer
|
||||
|
||||
Build requirements
|
||||
cygwin-1.3.5 or newer
|
||||
make
|
||||
|
||||
Canonical homepage:
|
||||
http://www.cmake.org
|
||||
|
||||
Canonical download:
|
||||
ftp://www.cmake.org/pub/cmake/
|
||||
|
||||
---------------------------------------
|
||||
|
||||
Build instructions:
|
||||
unpack cmake-1.4-X-src.tar.bz2
|
||||
cd cmake
|
||||
./configure
|
||||
make
|
||||
make test
|
||||
|
||||
---------------------------------------
|
||||
|
||||
Port Notes:
|
||||
|
||||
<none>
|
||||
|
||||
----------------------------------------
|
||||
Cygwin port maintained by: William A. Hoffman <bill.hoffman@kitware.com>
|
28
Utilities/cmake_release_config_cygwin
Normal file
28
Utilities/cmake_release_config_cygwin
Normal file
@ -0,0 +1,28 @@
|
||||
PREFIX="/usr"
|
||||
RELEASE_TAG="Release-1-4"
|
||||
VERSION="1.4-4"
|
||||
PLATFORM="x86-cygwin"
|
||||
DOC_DIR="/doc/cmake-${VERSION}"
|
||||
FIND="/usr/bin/find"
|
||||
|
||||
CreateExtraFiles()
|
||||
{
|
||||
mkdir -p ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
|
||||
cp ${SOURCE_DIR}/CMake.pdf ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
|
||||
cp ${SOURCE_DIR}/CMake.rtf ${INSTALL_DIR}${PREFIX}/doc/cmake-${VERSION}
|
||||
mkdir -p ${INSTALL_DIR}${PREFIX}/doc/Cygwin
|
||||
cp ${SOURCE_DIR}/Utilities/cmake-cygwin.README ${INSTALL_DIR}${PREFIX}/doc/Cygwin/cmake-${VERSION}.README
|
||||
}
|
||||
|
||||
|
||||
CreatePackage()
|
||||
{
|
||||
echo "Creating cmake-$VERSION-$PLATFORM.tar"
|
||||
cd ${INSTALL_DIR}
|
||||
if ${TAR} cvf ${TARBALL_DIR}/cmake-$VERSION-$PLATFORM.tar ${PREFIX} \
|
||||
> ${LOG_DIR}/cmake-$VERSION-$PLATFORM-cygwin.log 2>&1 ; then : ; else
|
||||
echo "Error, see ${LOG_DIR}/cmake-$VERSION-$PLATFORM-cygwin.log"
|
||||
exit 1
|
||||
fi
|
||||
bzip2 ${TARBALL_DIR}/cmake-$VERSION-$PLATFORM.tar
|
||||
}
|
6
Utilities/setup.hint
Normal file
6
Utilities/setup.hint
Normal file
@ -0,0 +1,6 @@
|
||||
# CMake setup.hint file for cygwin setup.exe program
|
||||
category: Devel
|
||||
requires: libncurses5 cygwin
|
||||
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."
|
||||
curr: 1.4-3
|
Loading…
x
Reference in New Issue
Block a user