# $Id: PKGBUILD 42191 2011-03-15 12:35:58Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Stijn Segers pkgname=remmina-plugins pkgver=0.9.2 pkgrel=1 pkgdesc="Remina plugins" #"Remmina supports multiple network protocols in an integrated and consistant user interface. # Currently RDP, VNC, XDMCP and SSH are supported." arch=(i686 x86_64) url="http://sourceforge.net/projects/remmina/" license=('GPL') conflicts=(remmina-plugins-svn) depends=("remmina>=0.9.0" freerdp libxkbfile telepathy-glib) makedepends=(intltool pkgconfig gettext perl avahi) install=remmina-plugins.install options=('!libtool') source=(http://downloads.sourceforge.net/project/remmina/0.9/$pkgname-$pkgver.tar.gz) md5sums=('6f6b7cb18f7604f3f17eeda5173ede6a') build() { cd $srcdir/${pkgname}-${pkgver} ./configure --prefix=/usr --enable-ssh --enable-rdp \ --enable-vnc --enable-xdmcp --enable-nx \ --enable-telepathy make make DESTDIR=${pkgdir} install }