summaryrefslogtreecommitdiff
path: root/community-testing/virtviewer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/virtviewer/PKGBUILD')
-rw-r--r--community-testing/virtviewer/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community-testing/virtviewer/PKGBUILD b/community-testing/virtviewer/PKGBUILD
new file mode 100644
index 000000000..598c81431
--- /dev/null
+++ b/community-testing/virtviewer/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 63302 2012-01-30 19:09:59Z ibiru $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Jonathan Wiersma <archaur at jonw dot org>
+
+pkgname=virtviewer
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="A lightweight interface for interacting with the graphical display of virtualized guest OS."
+depends=('gtk-vnc' 'libglade>=2.6.0' 'libvirt')
+makedepends=('intltool')
+url="http://virt-manager.et.redhat.com"
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz")
+md5sums=('1cc86ed3fbbe37a56faa6476b2e6dbcd')
+
+build() {
+ cd $srcdir/virt-viewer-$pkgver
+ export LDFLAGS=-lX11
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$pkgdir install
+}