diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-17 06:49:02 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-17 06:49:02 (GMT) |
commit | 683ebca6129bbab546cffbc5eb6ac8e585875c66 (patch) | |
tree | 1ff0b0f345542953134891bda8becb3cca89d369 /abs/extra-testing | |
parent | 248238844c3d109b3a6cd21eecec5abb4b75a937 (diff) | |
download | linhes_pkgbuild-683ebca6129bbab546cffbc5eb6ac8e585875c66.zip linhes_pkgbuild-683ebca6129bbab546cffbc5eb6ac8e585875c66.tar.gz linhes_pkgbuild-683ebca6129bbab546cffbc5eb6ac8e585875c66.tar.bz2 |
Initial inclusion of X11VNC.
Diffstat (limited to 'abs/extra-testing')
-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') |