virtualbox-ose: Update due to modified tarball (idiots); add i686 rshlib glibc; revbump
This commit is contained in:
parent
a4a5cd9316
commit
cbf4c4e598
|
@ -2,7 +2,7 @@
|
||||||
pkgname=virtualbox-ose
|
pkgname=virtualbox-ose
|
||||||
_vbox_distver=4.1.6
|
_vbox_distver=4.1.6
|
||||||
version=${_vbox_distver}
|
version=${_vbox_distver}
|
||||||
revision=3
|
revision=4
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="VirtualBox-${version}_OSE"
|
wrksrc="VirtualBox-${version}_OSE"
|
||||||
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
|
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
|
||||||
|
@ -10,7 +10,7 @@ short_desc="General-purpose full virtualizer for x86 hardware"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://virtualbox.org"
|
homepage="http://virtualbox.org"
|
||||||
license="GPL-2, MPL-1.1, CDDL"
|
license="GPL-2, MPL-1.1, CDDL"
|
||||||
checksum=7acbb75f8314ea56601db36ac8a52b4aa6eabae65a3d6e95e66f6450883d8818
|
checksum=554137cb33a806bf0dd74dc0de0c3008dd9bb20d483cdcebaf8a929720c0ab7e
|
||||||
long_desc="
|
long_desc="
|
||||||
VirtualBox is a free x86 virtualization solution allowing a wide range of x86
|
VirtualBox is a free x86 virtualization solution allowing a wide range of x86
|
||||||
operating systems such as Windows, DOS, BSD or Linux to run on a Linux system."
|
operating systems such as Windows, DOS, BSD or Linux to run on a Linux system."
|
||||||
|
|
|
@ -8,6 +8,8 @@ long_desc="${long_desc}
|
||||||
use of these modules. Kernel sources or headers are required to compile this
|
use of these modules. Kernel sources or headers are required to compile this
|
||||||
module."
|
module."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
dkms_modules="virtualbox-ose ${_vbox_distver}"
|
dkms_modules="virtualbox-ose ${_vbox_distver}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ long_desc="${long_desc}
|
||||||
order to make use of these modules. Kernel sources or headers are required to
|
order to make use of these modules. Kernel sources or headers are required to
|
||||||
compile these modules."
|
compile these modules."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
dkms_modules="virtualbox-ose-guest ${_vbox_distver}"
|
dkms_modules="virtualbox-ose-guest ${_vbox_distver}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ libpthread.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
ld-linux-x86-64.so.2
|
ld-linux-x86-64.so.2
|
||||||
|
ld-linux.so.2
|
||||||
libcrypt.so.1
|
libcrypt.so.1
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libm.so.6
|
libm.so.6
|
||||||
|
|
|
@ -8,7 +8,7 @@ long_desc="${long_desc}
|
||||||
They provide closer integration and allow to share data through shared folders
|
They provide closer integration and allow to share data through shared folders
|
||||||
between the host system and the virtual machine."
|
between the host system and the virtual machine."
|
||||||
|
|
||||||
revision=2
|
revision=3
|
||||||
systemd_services="virtualbox-guest.service on"
|
systemd_services="virtualbox-guest.service on"
|
||||||
|
|
||||||
Add_dependency run virtualbox-ose-guest-dkms ">=${version}"
|
Add_dependency run virtualbox-ose-guest-dkms ">=${version}"
|
||||||
|
|
Loading…
Reference in New Issue