#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=remmina pkgver=0.9.2 pkgrel=1rl #arch=noarch source=(http://downloads.sourceforge.net/project/remmina/0.9/remmina-0.9.2.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://remmina.sourceforge.net/index.shtml #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Remmina is a remote desktop client written in GTK+" "Remmina is a remote desktop client written in GTK+, aiming to be" "useful for system administrators and travellers, who need to work with" "lots of remote computers in front of either large monitors or tiny" "netbooks. Remmina supports multiple network protocols in an integrated" "and consistant user interface. Currently RDP, VNC, NX, XDMCP and SSH" "are supported" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }