updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / x2vnc / PKGBUILD
blobf2495965d33a0ddbf8a3ee6f7d97b718b400ef25
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: simo <simo@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
5 pkgname=x2vnc
6 pkgver=1.7.2
7 pkgrel=3
8 pkgdesc="Lets you use two monitors on two different computers as if they were connected to the same computer."
9 arch=('i686' 'x86_64')
10 url="http://fredrik.hubbe.net/x2vnc.html"
11 license=('GPL')
12 depends=('libxinerama' 'libxss' 'libxrandr' 'libxxf86dga')
13 source=("http://fredrik.hubbe.net/x2vnc/$pkgname-$pkgver.tar.gz")
14 md5sums=('f23f86bcfa12a80eaeb886ab9b3ee447')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
18   ./configure \
19         --prefix=/usr \
20         --mandir=/usr/share/man
22   make
25 package() {
26   cd "$srcdir/$pkgname-$pkgver"
28   install -d "$pkgdir"/usr/{bin,share/man/man1}
29   make DESTDIR="$pkgdir/" install