From 0bfd068aa22399fe44066013ddb12e3ebfc03aa4 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Thu, 3 Nov 2011 23:08:34 -0500 Subject: neon: adding it back to extra. somewhere along the lines it disappeared, probably my fault. --- abs/extra/neon/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 abs/extra/neon/PKGBUILD diff --git a/abs/extra/neon/PKGBUILD b/abs/extra/neon/PKGBUILD new file mode 100644 index 0000000..64e21c5 --- /dev/null +++ b/abs/extra/neon/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 129362 2011-06-27 05:41:06Z andrea $ +# Maintainer: +# Contributor: Tom Newsom +# Contributor: Juergen Hoetzel + +pkgname=neon +pkgver=0.29.6 +pkgrel=2 +pkgdesc="HTTP and WebDAV client library with a C interface" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('heimdal' '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 +} -- cgit v0.12