Compare commits

...

2 Commits

Author SHA1 Message Date
6f9887ff17 updated linux to 6.18.3 2026-01-03 10:35:54 +01:00
474ff212ee boost: install b2 build system 2026-01-03 10:35:54 +01:00
3 changed files with 4 additions and 2 deletions

View File

@@ -17,6 +17,8 @@ build = [
f"cd {builddir} && ./bootstrap.sh --prefix=/usr --with-python=python3",
f"cd {builddir} && ./b2 stage -j$(nproc) threading=multi link=shared",
f"cd {builddir} && DESTDIR={destdir} ./b2 install threading=multi link=shared --prefix={destdir}/usr",
f"mkdir -pv {destdir}/usr/bin && cp -vr {builddir}/b2 {destdir}/usr/bin/b2 && chmod +x {destdir}/usr/bin/b2",
f"mkdir -p {destdir}/usr/share/b2 && cp -vr {builddir}/tools/build/src/* {destdir}/usr/share/b2/",
f"install -v -d -m755 {destdir}/usr/share/licenses/{pkgname}/",
f"install -v -m644 {builddir}/LICENSE_1_0.txt {destdir}/usr/share/licenses/{pkgname}/LICENSE",

View File

@@ -1,6 +1,6 @@
# TODO when updating kernel version update version in nvidia package
pkgname = "linux"
pkgver = "6.18.2"
pkgver = "6.18.3"
source = f"https://www.kernel.org/pub/linux/kernel/v6.x/linux-{pkgver}.tar.xz"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"

View File

@@ -1,6 +1,6 @@
pkgname = "nvidia"
pkgver = "590.48.01"
kernel_ver = "6.18.2"
kernel_ver = "6.18.3"
source = f"https://rocketleaguechatp.duckdns.org/pappalaugh.jpg"
builddir = f"/tmp/fempkg/build/{pkgname}/{pkgname}-{pkgver}"
fembuilddir = f"/tmp/fempkg/build/{pkgname}"