Compare commits
2 Commits
766ed58fb1
...
6f9887ff17
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f9887ff17 | |||
| 474ff212ee |
@@ -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",
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user