package-cip
This script packages VMware Client Integration Plugin for Debian
You need to edit $srcdir, $pkgdir and $bundle inside package_cip.sh before you can run ./package_cip.sh.
Only tested on Debian Jessie amd64 with CIP version 5.5.0 x86_64.
Warning: This script worked for me but is kind of raw and unpolished. Use at your own risk!
Thx to:
ReNoM for his Archlinux AUR PKGBUILD
https://aur.archlinux.org/packages/vm/vmware-vsphere-web-client-plugin/PKGBUILD
Usage (example):
cd /tmp
wget http://link/to/VMware-ClientIntegrationPlugin-X.Y.Z.ARCH.bundle
git clone https://github.com/baderas/package-cip.git
cd package-cip
edit package_cip.sh and fix $srcdir, $pkgdir and $bundle
./package_cip.sh
sudo dpkg -i VMware-ClientIntegrationPlugin-X.Y.Z-ARCH.deb