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

Eric Bélanger eric at nymeria.archlinux.org
Fri Sep 27 23:46:48 UTC 2013


    Date: Saturday, September 28, 2013 @ 01:46:48
  Author: eric
Revision: 195216

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

Added:
  neon/repos/testing-i686/
  neon/repos/testing-i686/PKGBUILD
    (from rev 195215, neon/trunk/PKGBUILD)
  neon/repos/testing-x86_64/
  neon/repos/testing-x86_64/PKGBUILD
    (from rev 195215, neon/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: neon/repos/testing-i686/PKGBUILD (from rev 195215, neon/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-09-27 23:46:48 UTC (rev 195216)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.30.0
+pkgrel=1
+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=('9e6297945226f90d66258b7ee05f757ff5cea10a'
+          'SKIP')
+
+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/testing-x86_64/PKGBUILD (from rev 195215, neon/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-09-27 23:46:48 UTC (rev 195216)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=neon
+pkgver=0.30.0
+pkgrel=1
+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=('9e6297945226f90d66258b7ee05f757ff5cea10a'
+          'SKIP')
+
+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