summaryrefslogtreecommitdiff
path: root/staging/nx-common/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/nx-common/PKGBUILD')
-rw-r--r--staging/nx-common/PKGBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/staging/nx-common/PKGBUILD b/staging/nx-common/PKGBUILD
index 8dd38842b..13b1f50d7 100644
--- a/staging/nx-common/PKGBUILD
+++ b/staging/nx-common/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 156191 2012-04-15 14:20:58Z andyrtr $
+# $Id: PKGBUILD 156293 2012-04-16 18:22:30Z andyrtr $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributed: eliott <eliott@solarblue.net>, Andre Naumann <anaumann@SPARCed.org>
pkgname=nx-common
pkgver=3.5.0
-pkgrel=4.1
+pkgrel=4.2
pkgdesc="NoMachine NX common package for client and server"
arch=('i686' 'x86_64')
license=('GPL')
@@ -36,10 +36,17 @@ build() {
package() {
install -dm755 ${pkgdir}/usr/{bin,lib/nx}
+
# nxcompsh
cd ${srcdir}/nxcompsh
- cp -a libXcompsh.so* ${pkgdir}/usr/lib/nx # really needed?
+ cp -a libXcompsh.so* ${pkgdir}/usr/lib/nx
+ cd ${pkgdir}/usr/lib/
+ ln -sv /usr/lib/nx/libXcompsh.so{,.3,.3.5.0} .
+ # ^ really needed?
+
# nxssh
cd ${srcdir}/nxssh
- install -D -m755 nxssh ${pkgdir}/usr/bin/nxssh
+ install -D -m755 nxssh ${pkgdir}/usr/lib/nx/bin/nxssh
+ cd ${pkgdir}/usr/bin
+ ln -sv /usr/lib/nx/bin/nxssh .
}