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="bzip2"
SRC_URL="https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"
SRC_VERSION="1.0.8"
# TODO: Move bzlib.h to $TT_INCLUDEDIR ~ahill
# TODO: Prevent the static library from being installed ~ahill
build() {
tar xf ../$SRC_FILENAME
cd bzip2-*/
@@ -29,4 +32,4 @@ package() {
# NOTE: The second Makefile doesn't have an "install" target, so we just
# toss the shared object into /lib and call it a day! ~ahill
cp libbz2.so* $TT_INSTALLDIR/lib/
}
}