summaryrefslogtreecommitdiff
path: root/testing/libvncserver/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libvncserver/PKGBUILD')
-rw-r--r--testing/libvncserver/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/libvncserver/PKGBUILD b/testing/libvncserver/PKGBUILD
deleted file mode 100644
index f67790f2e..000000000
--- a/testing/libvncserver/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 135543 2011-08-15 02:52:19Z eric $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Tobias Powalowski <tpowa@archlinux.org>
-
-pkgname=libvncserver
-pkgver=0.9.8
-pkgrel=4
-pkgdesc="A cross-platform C libraries that allow you to easily implement VNC server"
-arch=('i686' 'x86_64')
-url="http://libvncserver.sourceforge.net/"
-license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz")
-md5sums=('dda9e75a1d5d7c37bb57d90ead7b32b3')
-
-build() {
- cd "${srcdir}/LibVNCServer-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/LibVNCServer-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}