# vim: set syn=sh et ai sw=2 st=2 ts=2 tw=0: #Packager: JRD pkgname=freerdp pkgver=0.8.2 pkgrel=2cp source=(http://downloads.sourceforge.net/project/$pkgname/$(echo $pkgver|cut -d. -f1-2)/$pkgname-$pkgver.tar.gz) sourcetemplate=http://enialis.net/~jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.freerdp.com/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Free implementation of the RDP protocol)" "FreeRDP is a successor to rdesktop, a longtime-favored application for" "use on *nix systems to access Windows servers and workstations." "The goal of FreeRDP is twofold:" " - a more complete support of keyboard layouts;" " - and support of newer Remote Desktop Protocol (RDP) features" ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux || return 1 make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg || return 1 }