summaryrefslogtreecommitdiff
path: root/community/remmina-plugins/PKGBUILD
blob: 9f94b7c0542bc1f350cad8ef9c90789ea6d1ed89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: PKGBUILD 54479 2011-08-18 15:08:28Z bluewind $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stijn Segers <francesco dot borromini at gmail dot com>

pkgname=remmina-plugins
pkgver=0.9.2
pkgrel=2
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 'mips64el')
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
}