diff options
Diffstat (limited to 'harmony/neon/APKBUILD')
-rw-r--r-- | harmony/neon/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/harmony/neon/APKBUILD b/harmony/neon/APKBUILD deleted file mode 100644 index a0ddbd5d4..000000000 --- a/harmony/neon/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=neon -pkgver=0.30.2 -pkgrel=2 -pkgdesc="HTTP and WebDAV client library with a C interface" -url="http://www.webdav.org/neon/" -arch="all" -license="GPL LGPL" -makedepends="expat-dev openssl-dev zlib-dev" -depends="ca-certificates" -depends_dev="$makedepends" -subpackages="$pkgname-dev $pkgname-doc" -source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz" - -build () { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --with-ssl \ - --with-expat \ - --without-gssapi \ - --disable-nls \ - --enable-shared \ - --disable-static \ - --enable-threadsafe-ssl=posix \ - --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt - make -} - -check() { - cd "$builddir" - make check -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} -sha512sums="634caf87522e0bd2695c6fba39cae2465e403f9fbd8007eb10e4e035c765d24cb8da932c67bfa35c34aa51b90c7bc7037ebebaa1ec43259366d5d07233efc631 neon-0.30.2.tar.gz" |