summaryrefslogtreecommitdiff
path: root/community/neatx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
committerroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
commit9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch)
tree817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /community/neatx
parentc84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff)
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'community/neatx')
-rw-r--r--community/neatx/PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD
index dd7628a23..46f8b95f2 100644
--- a/community/neatx/PKGBUILD
+++ b/community/neatx/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 69462 2012-04-16 14:21:32Z spupykin $
+# $Id: PKGBUILD 78204 2012-10-17 10:24:52Z allan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Nicolas Doualot <packages@slubman.info>
pkgname=neatx
pkgver=0.3.1
-pkgrel=12
+pkgrel=13
pkgdesc="A free NX server by google"
arch=('i686' 'x86_64')
url="http://code.google.com/p/neatx/"
license=('GPL')
-depends=('nxserver' 'python-pexpect' 'python-simplejson' 'netcat' 'pygtk')
+depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
makedepends=('docutils')
optdepends=('xorg-xdm: if you want to use KDE or GNOME session'
'xorg-fonts-misc: to use default font'
@@ -26,6 +26,11 @@ build() {
./configure --prefix=/usr --localstatedir=/var RST2HTML=/usr/bin/rst2html2
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
make DESTDIR="$pkgdir/" install
chmod 777 "$pkgdir/var/lib/neatx/sessions"