# Maintainer: FD pkgname=nomachine-enterprise-client pkgver=6.10.12 pkgrel=1 x64_rel=1 i386_rel=1 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=("5d025edecfd6be582f4149adcd9a7a3d5964b87ccd3f5bace25145808e24ac03") _carch=_x86_64 source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${x64_rel}${_carch}.tar.gz") elif [ "${CARCH}" = "i686" ]; then sha256sums=("eb4e986ca90925d4ec2d0360cd43affb3b5b046172216dc5799c78d7459b4e8c") _carch=_i686 source=("http://download.nomachine.com/download/6.10/Linux/${pkgname}_${pkgver}_${i386_rel}${_carch}.tar.gz") fi package() { cd "${srcdir}" install -d "${pkgdir}/usr/" cp -a NX "${pkgdir}/usr/NX" }