summaryrefslogtreecommitdiff
path: root/sources/cmake/cmake.spec
diff options
context:
space:
mode:
Diffstat (limited to 'sources/cmake/cmake.spec')
-rw-r--r--sources/cmake/cmake.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/sources/cmake/cmake.spec b/sources/cmake/cmake.spec
index 0e80903..106bb91 100644
--- a/sources/cmake/cmake.spec
+++ b/sources/cmake/cmake.spec
@@ -4,6 +4,9 @@ SRC_NAME="cmake"
SRC_URL="https://github.com/Kitware/CMake/releases/download/v4.2.0/cmake-4.2.0.tar.gz"
SRC_VERSION="4.2.0"
+# TODO: Move executables from /usr/bin to $TT_BINDIR ~ahill
+# TODO: Place all documentation under $TT_DATADIR/doc ~ahill
+
build() {
tar xf ../$SRC_FILENAME
cd cmake-*/
@@ -27,4 +30,4 @@ clean() {
package() {
cd cmake-*/
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
-} \ No newline at end of file
+}