# Compiling Time: 0 SBU
# Maintainer: DeX77 <dex77@frugalware.org>

pkgname=x2goserver
pkgver=4.0.1.19
pkgrel=1
pkgdesc="Server-side core of X2Go"
groups=('xapps-extra' 'x2go')
depends=('glibc')
archs=('i686' 'x86_64')
url="http://www.x2go.org"
source=("http://code.x2go.org/releases/source/$pkgname/$pkgname-$pkgver.tar.gz")
up2date="Flasttar http://code.x2go.org/releases/source/$pkgname"
signatures=("${source[0]}.asc" )
_F_make_opts="PREFIX=/usr"

build() {
	Fcd
	sed -i '/x2goserver-compat/d' Makefile
	Fbuild
}

# optimization OK
