Reviewed packages and found that several were not packaged correctly

This commit is contained in:
Alexander Hill
2025-11-28 11:26:13 -05:00
parent 25bd0eb0b4
commit 2a2d872d09
7 changed files with 35 additions and 13 deletions

View File

@@ -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
}
}