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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 3 09:28:55 UTC 2016


    Date: Thursday, March 3, 2016 @ 10:28:55
  Author: bpiotrowski
Revision: 260587

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

Added:
  neon/repos/staging-i686/
  neon/repos/staging-i686/PKGBUILD
    (from rev 260586, neon/trunk/PKGBUILD)
  neon/repos/staging-x86_64/
  neon/repos/staging-x86_64/PKGBUILD
    (from rev 260586, neon/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: neon/repos/staging-i686/PKGBUILD (from rev 260586, neon/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-03 09:28:55 UTC (rev 260587)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.30.1
+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')
+options=('libtool') # FS#16067
+source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('efec2a6f17d9bd2323345320e3067349ddc9cf79'
+          'SKIP')
+validpgpkeys=('6D0C74985535060B23300BFE47F6969D0E44CF0C') # 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/staging-x86_64/PKGBUILD (from rev 260586, neon/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-03 09:28:55 UTC (rev 260587)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.30.1
+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')
+options=('libtool') # FS#16067
+source=(http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('efec2a6f17d9bd2323345320e3067349ddc9cf79'
+          'SKIP')
+validpgpkeys=('6D0C74985535060B23300BFE47F6969D0E44CF0C') # 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
+}



More information about the arch-commits mailing list