commit changes

This commit is contained in:
ag-tsotetsi
2026-03-25 14:54:35 +02:00
parent 409517b49f
commit d7cd49e447
22 changed files with 425 additions and 462 deletions

View File

@@ -0,0 +1,15 @@
fetch $PATCH_URL
cd "$SOURCES" && tar xf patch-$PATCH_VERSION.tar.xz && cd patch-$PATCH_VERSION
./configure \
--prefix=/usr \
--host=$TARGET \
--build=$(build-aux/config.guess) \
--silent \
--quiet
make && make DESTDIR="$SYSROOT" install
cd "$SOURCES" && rm -rf patch-$PATCH_VERSION