[arch-commits] Commit in neon/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 25 20:43:24 UTC 2016
Date: Tuesday, October 25, 2016 @ 20:43:24
Author: arojas
Revision: 279247
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
neon/repos/testing-i686/
neon/repos/testing-i686/PKGBUILD
(from rev 279246, neon/trunk/PKGBUILD)
neon/repos/testing-x86_64/
neon/repos/testing-x86_64/PKGBUILD
(from rev 279246, neon/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: neon/repos/testing-i686/PKGBUILD (from rev 279246, neon/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-25 20:43:24 UTC (rev 279247)
@@ -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.2
+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' '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/testing-x86_64/PKGBUILD (from rev 279246, neon/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-25 20:43:24 UTC (rev 279247)
@@ -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.2
+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' '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
+}
More information about the arch-commits
mailing list