# Maintainer: FD pkgname=nomachine-enterprise-client pkgver=5.1.7 pkgrel=7 x64_rel=6 i386_rel=7 pkgdesc="Remote desktop application" url="http://www.nomachine.com" license=('custom:"Copyright 2002-2015 NoMachine S.a r.l."') arch=('x86_64' 'i686') options=('!strip') conflicts=('nomachine nxmanager nxwebplayer nxserver nxnode nxclient') install=nm-ent-client.install if [ "${CARCH}" = "x86_64" ]; then sha256sums=('7a2d43bae7bfdc6e47980f827cfe764bb767601520fcd6a5e78c40b7aa4ab4cd') _carch=_x86_64 source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz") elif [ "${CARCH}" = "i686" ]; then sha256sums=('ca27841e13ba858a554caf7cd853af02eb39e3e45410e256610637005ec9268d') _carch=_i686 source=("http://download.nomachine.com/download/5.1/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz") fi package() { cd "${srcdir}" install -d "${pkgdir}/usr/" cp -a NX "${pkgdir}/usr/NX" }