aboutsummaryrefslogtreecommitdiffstats
path: root/extra/neon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/neon/APKBUILD')
-rw-r--r--extra/neon/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/neon/APKBUILD b/extra/neon/APKBUILD
deleted file mode 100644
index 76d099e471..0000000000
--- a/extra/neon/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=neon
-pkgver=0.28.4
-pkgrel=1
-pkgdesc="HTTP and WebDAV client library with a C interface"
-url="http://www.webdav.org/neon/"
-license="GPL LGPL"
-depends="openssl zlib expat"
-makedepends="expat-dev openssl-dev zlib-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="http://www.webdav.org/$pkgname/$pkgname-$pkgver.tar.gz"
-
-build () {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --with-ssl \
- --with-expat \
- --without-gssapi \
- --disable-nls \
- --disable-socks \
- --enable-shared \
- --disable-static \
-
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-md5sums="6c3b94362af743d046e198e9fcbe4a85 neon-0.28.4.tar.gz"