mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Reviewed packages and found that several were not packaged correctly
This commit is contained in:
@@ -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/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user