[arch-commits] Commit in neon/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Wed Mar 21 06:21:04 UTC 2012


    Date: Wednesday, March 21, 2012 @ 02:21:04
  Author: pierre
Revision: 153967

db-move: moved neon from [testing] to [extra] (x86_64)

Added:
  neon/repos/extra-x86_64/PKGBUILD
    (from rev 153965, neon/repos/testing-x86_64/PKGBUILD)
Deleted:
  neon/repos/extra-x86_64/PKGBUILD
  neon/repos/testing-x86_64/

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-21 06:21:03 UTC (rev 153966)
+++ extra-x86_64/PKGBUILD	2012-03-21 06:21:04 UTC (rev 153967)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=neon
-pkgver=0.29.6
-pkgrel=3
-pkgdesc="HTTP and WebDAV client library with a C interface"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates')
-url="http://www.webdav.org/neon/"
-source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('591e0c82e6979e7e615211b386b8f6bc')
-options=('libtool') # FS#16067
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --with-expat \
-    --enable-shared \
-    --disable-static \
-    --with-ssl=openssl \
-    --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-
-  # fix invalid .so links in man pages (FS#24902)
-  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 153965, neon/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-21 06:21:04 UTC (rev 153967)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.29.6
+pkgrel=4
+pkgdesc="HTTP and WebDAV client library with a C interface"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates')
+url="http://www.webdav.org/neon/"
+source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('591e0c82e6979e7e615211b386b8f6bc')
+options=('libtool') # FS#16067
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-expat \
+    --enable-shared \
+    --disable-static \
+    --with-ssl=openssl \
+    --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+
+  # fix invalid .so links in man pages (FS#24902)
+  sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/*
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list