Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : virtualbox | name : virtualbox | ||||
| version : 5.2.18 | version : 5.2.20 | ||||
| release : 76 | release : 77 | ||||
| source : | source : | ||||
| - https://download.virtualbox.org/virtualbox/5.2.18/VirtualBox-5.2.18.tar.bz2 : ed0a7efd56c7f39fae79c7ec3321473da412ef0d7914457b66f42679d513efcf | - https://download.virtualbox.org/virtualbox/5.2.20/VirtualBox-5.2.20.tar.bz2 : cc61986cec72a1e2ce10b8c82f5d837d46e33aeb49ff4e8abbe02bb597785540 | ||||
| - git|https://github.com/jwrdegoede/vboxsf.git : 9451f61e6787e95aa51e42b6381db6b059bc49da | - git|https://github.com/jwrdegoede/vboxsf.git : 0e8d9459e500d2a465c0074db6f7f8fdad6de1a7 | ||||
| license : GPL-2.0-only | license : GPL-2.0-only | ||||
| component : | component : | ||||
| - virt | - virt | ||||
| - common : virt | - common : virt | ||||
| - current : virt | - current : virt | ||||
| - guest : virt | - guest : virt | ||||
| - guest-common : virt | - guest-common : virt | ||||
| - guest-current : virt | - guest-current : virt | ||||
| ▲ Show 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | for kern in "%kernel_version_lts%" "%kernel_version_current%"; do | ||||
| cp -a src ${kern} | cp -a src ${kern} | ||||
| pushd ${kern} | pushd ${kern} | ||||
| %make KERN_VER=${kern} | %make KERN_VER=${kern} | ||||
| popd | popd | ||||
| done | done | ||||
| ##### guest modules ##### | ##### guest modules ##### | ||||
| cd additions | cd additions | ||||
| for kern in "%kernel_version_lts%" "%kernel_version_current%"; do | cp -a src "%kernel_version_lts%" | ||||
| cp -a src ${kern} | pushd "%kernel_version_lts%" | ||||
| pushd ${kern} | %make all KERN_VER=%kernel_version_lts% | ||||
| %make KERN_VER=${kern} | |||||
| popd | popd | ||||
| done | |||||
| install : | | install : | | ||||
| ##### Host ##### | ##### Host ##### | ||||
| cd out/linux.amd64/release/bin | cd out/linux.amd64/release/bin | ||||
| # binaries | # binaries | ||||
| install -d -m 00755 $installdir/usr/bin | install -d -m 00755 $installdir/usr/bin | ||||
| install -m 00755 VBox.sh $installdir/usr/bin/VBox.sh | install -m 00755 VBox.sh $installdir/usr/bin/VBox.sh | ||||
| ▲ Show 20 Lines • Show All 95 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.