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

Jan de Groot jgc at archlinux.org
Thu Apr 5 22:49:37 UTC 2018


    Date: Thursday, April 5, 2018 @ 22:49:36
  Author: jgc
Revision: 321007

archrelease: copy trunk to extra-x86_64

Added:
  neon/repos/extra-x86_64/PKGBUILD
    (from rev 321006, neon/trunk/PKGBUILD)
  neon/repos/extra-x86_64/neon-0.30.2.tar.gz.asc
    (from rev 321006, neon/trunk/neon-0.30.2.tar.gz.asc)
Deleted:
  neon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 22:49:25 UTC (rev 321006)
+++ PKGBUILD	2018-04-05 22:49:36 UTC (rev 321007)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=neon
-pkgver=0.30.2
-pkgrel=2
-pkgdesc="HTTP and WebDAV client library with a C interface"
-arch=('i686' 'x86_64')
-url="http://www.webdav.org/neon/"
-license=('GPL' 'LGPL')
-depends=('krb5' 'expat' 'ca-certificates' 'zlib')
-options=('libtool') # FS#16067
-source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
-          'SKIP')
-validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
-
-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
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 321006, neon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-05 22:49:36 UTC (rev 321007)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.30.2
+pkgrel=3
+pkgdesc="HTTP and WebDAV client library with a C interface"
+arch=('x86_64')
+url="https://web.archive.org/web/20170928175008/http://www.webdav.org/neon/"
+license=('GPL' 'LGPL')
+depends=('krb5' 'expat' 'ca-certificates' 'zlib')
+options=('libtool') # FS#16067
+source=(https://fossies.org/linux/www/${pkgname}-${pkgver}.tar.gz
+        $pkgname-$pkgver.tar.gz.asc)
+sha1sums=('d1c020f96731135263476ebaa72b2da07c4727cd'
+          'SKIP')
+validpgpkeys=('190555472DCC589BEF01609C608A86DF9833CC49') # Joe Orton
+
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: neon/repos/extra-x86_64/neon-0.30.2.tar.gz.asc (from rev 321006, neon/trunk/neon-0.30.2.tar.gz.asc)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list