1 #Contributor: Paul Nicholson <brenix@gmail.com>
5 pkgdesc="EchoVNC Client for EchoWare remote support system. Works with echovnc-server package"
7 url="http://www.echogent.com/"
9 depends=('vnc' 'rdesktop')
10 optdepends=('echovnc-server: for relaying VNC connections')
11 source=('http://dl.sourceforge.net/echovnc/echovnc_1.1-2_amd64.deb'
12 'http://dl.sourceforge.net/echovnc/echovnc_1.1-2_i686.deb')
16 if [ "$CARCH" = "x86_64" ]; then
17 ar x echovnc_1.1-2_amd64.deb
20 ar x echovnc_1.1-2_i686.deb
23 cp -a ${srcdir}/usr $pkgdir/usr || return 1
25 md5sums=('811ad502a7eaadf585a7555643857de9'
26 '45b54b3c1e87e4d0e22d0892b0094933')