diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
commit | 87d276ce0cf6b051d7198adf004ce15590ae294e (patch) | |
tree | 507520977c5d6047430f0f9fcd3960dfeaefc022 /abs/extra-testing/x11vnc/PKGBUILD | |
parent | b1b1890741091e465c5ed2d3bea92f7141b81362 (diff) | |
parent | 9d327823ebe603376dce4001876c25149c388c8d (diff) | |
download | linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.zip linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.gz linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/x11vnc/PKGBUILD')
-rw-r--r-- | abs/extra-testing/x11vnc/PKGBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/extra-testing/x11vnc/PKGBUILD b/abs/extra-testing/x11vnc/PKGBUILD new file mode 100644 index 0000000..4c04573 --- /dev/null +++ b/abs/extra-testing/x11vnc/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ +# Maintainer: damir <damir@archlinux.org> + +pkgname=x11vnc +pkgver=0.9.7 +pkgrel=1 +pkgdesc="a VNC server for real X displays" +arch=("i686" "x86_64") +license=("GPL2") +#source=(http://dl.sourceforge.net/sourceforge/libvncserver/$pkgname-$pkgver.tar.gz) +url="http://www.karlrunge.com/x11vnc/" +source=("http://x11vnc.sourceforge.net/dev/x11vnc-0.9.7.tar.gz") +depends=('openssl' 'libjpeg' 'zlib' 'libx11' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 'avahi') + +build() { + cd $startdir/src/$pkgname-$pkgver + ./configure + make || return 1 + make prefix=$startdir/pkg/usr install || return 1 +} + +md5sums=('0ed95ab69c1ccacab83c5a2abd5b43f5') |