--- /var/lib/layman/vmware/app-emulation/vmware-workstation/vmware-workstation-7.0.1.227600-r2.ebuild 2010-03-06 03:00:57.936007655 +0100 +++ vmware-workstation-7.0.1.227600-r2.ebuild 2010-03-06 15:09:49.197014003 +0100 @@ -6,7 +6,7 @@ inherit eutils versionator fdo-mime gnome2-utils -MY_PN="VMware-Workstation-$(replace_version_separator 3 - $PV)" +MY_PN="VMware-Workstation-Full-$(replace_version_separator 3 - $PV)" DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators" HOMEPAGE="http://www.vmware.com/products/desktop/ws_features.html" @@ -57,6 +57,12 @@ src_unpack() { bundle_extract_component "${DISTDIR}/${A}" vmware-player-app bundle_extract_component "${DISTDIR}/${A}" vmware-workstation + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-freebsd + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-linux + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-netware + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-solaris + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-windows + bundle_extract_component "${DISTDIR}/${A}" vmware-tools-winPre2k } src_prepare() { @@ -104,6 +110,13 @@ # install documentation doman man/man1/vmware.1.gz + # install the tools isos + insinto "${VM_INSTALL_DIR}"/lib/vmware/isoimages + + local toolcomp ; for toolcomp in vmware-tools-{freebsd,linux,netware,solaris,windows,winPre2k} ; do + cd "${S}"/${toolcomp} + doins *.iso *.iso.sig + done # create symlinks for the various tools local tool ; for tool in vmware vmplayer{,-daemon} \