Date: Sunday, August 14, 2011 @ 22:52:09
  Author: eric
Revision: 135542

archrelease: copy trunk to testing-i686

Added:
  libvncserver/repos/testing-i686/PKGBUILD
    (from rev 135541, libvncserver/trunk/PKGBUILD)
Deleted:
  libvncserver/repos/testing-i686/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2011-08-15 02:51:57 UTC (rev 135541)
+++ PKGBUILD    2011-08-15 02:52:09 UTC (rev 135542)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Tobias Powalowski <[email protected]>
-
-pkgname=libvncserver
-pkgver=0.9.8
-pkgrel=3
-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' 'zlib' 'gnutls')
-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
-}

Copied: libvncserver/repos/testing-i686/PKGBUILD (from rev 135541, 
libvncserver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2011-08-15 02:52:09 UTC (rev 135542)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+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
+}

Reply via email to