Merged build and package in treetap

This commit is contained in:
Alexander Hill
2026-01-16 21:59:51 -05:00
parent 6b94b54ae8
commit 7493b86f41
44 changed files with 65 additions and 313 deletions

View File

@@ -17,10 +17,6 @@ build() {
INCDIR=$TT_INCLUDEDIR \
exec_prefix=$TT_PREFIX \
prefix=$TT_PREFIX
}
package() {
cd libcap-$SRC_VERSION/
make -O \
-C libcap \
-j $TT_PROCS \
@@ -30,4 +26,4 @@ package() {
INCDIR=$TT_INCLUDEDIR \
exec_prefix=$TT_PREFIX \
prefix=$TT_PREFIX
}
}