virtualbox-ose: update to 5.0.24
This commit is contained in:
parent
dd0edfdfd8
commit
827163d17a
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'virtualbox-ose'
|
||||
pkgname=virtualbox-ose
|
||||
version=5.0.22
|
||||
version=5.0.24
|
||||
revision=1
|
||||
wrksrc="VirtualBox-${version}"
|
||||
short_desc="General-purpose full virtualizer for x86 hardware"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://virtualbox.org"
|
||||
license="GPL-2, MPL-1.1, CDDL"
|
||||
license="GPL-2, CDDL"
|
||||
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
|
||||
checksum=2ee71a79337ba9805084d53af1e9543f178b5be8f5c78692a0c05b208bae86ec
|
||||
checksum=9134b04ca21ca23534e2300aab5ab7ff60d21b56bfd2e21504316bfee73afa87
|
||||
|
||||
nopie=yes
|
||||
lib32disabled=yes
|
||||
|
@ -47,7 +47,7 @@ do_build() {
|
|||
sed -i -e "/webtest_LIBS/,/^webtest_/s/.*LIB_.*/\0 z/" \
|
||||
-e "/vboxwebsrv_LIBS/,/^vboxwebsrv_/s/.*LIB_.*/\0 z/" src/VBox/Main/webservice/Makefile.kmk
|
||||
source ./env.sh
|
||||
kmk ${makejobs} all
|
||||
kmk ${makejobs} KBUILD_VERBOSE=2 all
|
||||
}
|
||||
do_install() {
|
||||
local f _osedir _guestdir
|
||||
|
|
Loading…
Reference in a new issue