[arch-commits] Commit in nx/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Apr 15 13:54:32 UTC 2012


    Date: Sunday, April 15, 2012 @ 09:54:31
  Author: andyrtr
Revision: 156184

upgpkg: nx 3.5.0.12-0.2

add nx-headers needed to build nxssh

Modified:
  nx/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-15 12:22:45 UTC (rev 156183)
+++ PKGBUILD	2012-04-15 13:54:31 UTC (rev 156184)
@@ -2,9 +2,9 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent')
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
 pkgver=3.5.0.12
-pkgrel=0.1
+pkgrel=0.2
 arch=('i686' 'x86_64')
 url="http://wiki.x2go.org/"
 license=('GPL')
@@ -79,3 +79,12 @@
   cd ${pkgdir}/usr/bin
   ln -sv /usr/lib/nx/nxagent .
 }
+
+package_nx-headers() {
+
+  pkgdesc="NX headers"
+  
+  cd "${srcdir}/fakeinstall"
+  install -dm755 ${pkgdir}/usr/include/nx
+  cp -aR ${srcdir}/fakeinstall/usr/include/nx/* ${pkgdir}/usr/include/nx
+}  




More information about the arch-commits mailing list