pkgname: neon pkgver: '0.37.1' pkgrel: '2' pkgdesc: 'Wrapper for common HTTP and WebDAV' url: 'http://www.webdav.org/neon/' arch: x86_64 depends: [] makedepends: - kerberos - xmlto - libxml2 - expat source: - 'https://notroj.github.io/neon/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --with-expat \ --with-ssl=openssl \ --enable-shared \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=${PKGDIR} install # Obsolet lib rm -f ${PKGDIR}/usr/lib/libneon.la package: | true