summaryrefslogtreecommitdiff
path: root/extra/x2goclient/PKGBUILD
blob: c0e7d5051e0db4e0967f7cf1a4747eed0ba50397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 179029 2013-03-01 18:54:32Z andrea $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Gerhard Brauer <gerbra@archlinux.de>
# Contributor: Richard Murri <admin@richardmurri.com>

pkgname=x2goclient
pkgver=4.0.0.3
pkgrel=2
pkgdesc="x2go qt4 client"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.x2go.org"
depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('man2html')
install=x2goclient.install
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  sed -i "s:-o root -g root ::" Makefile
  make PREFIX=/usr
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make PREFIX=/usr DESTDIR="$pkgdir" install
}