[arch-commits] Commit in libvncserver/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Oct 24 07:09:08 UTC 2014


    Date: Friday, October 24, 2014 @ 09:09:08
  Author: andrea
Revision: 225251

upgpkg: libvncserver 0.9.10-1

Upstream release

Modified:
  libvncserver/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-24 04:38:28 UTC (rev 225250)
+++ PKGBUILD	2014-10-24 07:09:08 UTC (rev 225251)
@@ -4,23 +4,25 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libvncserver
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 pkgdesc="A cross-platform C libraries that allow you to easily implement VNC server"
 arch=('i686' 'x86_64')
-url="http://libvncserver.sourceforge.net/"
+url="https://libvnc.github.io/"
 license=('GPL')
-depends=('libjpeg' 'gnutls' 'libgcrypt')
-source=("http://downloads.sourceforge.net/${pkgname}/LibVNCServer-${pkgver}.tar.gz")
-md5sums=('70422169b122765693d2a294d13e3714')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
+md5sums=('e1b888fae717b06896f8aec100163d27')
 
 build() {
-  cd LibVNCServer-${pkgver}
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd LibVNCServer-${pkgver}
+  cd ${pkgname}-LibVNCServer-${pkgver}
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list