[arch-commits] Commit in libvncserver/repos (4 files)

Christian Hesse eworm at archlinux.org
Tue Feb 14 12:17:49 UTC 2017


    Date: Tuesday, February 14, 2017 @ 12:17:49
  Author: eworm
Revision: 288930

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libvncserver/repos/staging-i686/
  libvncserver/repos/staging-i686/PKGBUILD
    (from rev 288929, libvncserver/trunk/PKGBUILD)
  libvncserver/repos/staging-x86_64/
  libvncserver/repos/staging-x86_64/PKGBUILD
    (from rev 288929, libvncserver/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libvncserver/repos/staging-i686/PKGBUILD (from rev 288929, libvncserver/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2017-02-14 12:17:49 UTC (rev 288930)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libvncserver
+pkgver=0.9.11
+pkgrel=2
+pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
+arch=('i686' 'x86_64')
+url="https://libvnc.github.io/"
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
+sha256sums=('193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894')
+
+build() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: libvncserver/repos/staging-x86_64/PKGBUILD (from rev 288929, libvncserver/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-02-14 12:17:49 UTC (rev 288930)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libvncserver
+pkgver=0.9.11
+pkgrel=2
+pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
+arch=('i686' 'x86_64')
+url="https://libvnc.github.io/"
+license=('GPL')
+depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl')
+makedepends=('sdl')
+source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
+sha256sums=('193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894')
+
+build() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-LibVNCServer-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list