1 # Contributor: napa3um <napa3um@gmail.com>
7 depends=('libx11' 'openssl' 'libao' 'libsamplerate')
8 pkgdesc="Client for connect to Windows Terminal Servers. Version with RawKeyboard support (use -y)."
10 arch=('i686' 'x86_64')
11 source=(http://downloads.sourceforge.net/rdesktop/rdesktop-$pkgver.tar.gz \
17 url="http://www.rdesktop.org/"
19 cd $startdir/src/rdesktop-$pkgver
20 patch -Np1 -i $startdir/rdesktop.c.diff || return 1
21 patch -Np1 -i $startdir/scancodes.h.diff || return 1
22 patch -Np1 -i $startdir/xkeymap.c.diff || return 1
23 patch -Np1 -i $startdir/xwin.c.diff || return 1
24 patch -Np1 -i $startdir/man.diff || return 1
25 ./configure --prefix=/usr
27 make DESTDIR=$startdir/pkg install
29 md5sums=('c6fcbed7f0ad7e60ac5fcb2d324d8b16')