#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=freerdp pkgver=0.8.2 pkgrel=1rl #arch=noarch source=(http://downloads.sourceforge.net/project/freerdp/0.8/freerdp-0.8.2.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.freerdp.com/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "freerdp (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 ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }