summaryrefslogtreecommitdiff
path: root/community/libwww/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libwww/PKGBUILD')
-rw-r--r--community/libwww/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD
deleted file mode 100644
index c26669f7d..000000000
--- a/community/libwww/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 57429 2011-10-27 16:42:35Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Buharev Vasilij <buharev.v.p@gmail.com>
-
-pkgname=libwww
-pkgver=5.4.0
-pkgrel=5
-pkgdesc="A general-purpose client side WEB API"
-arch=('i686' 'x86_64')
-url="http://www.w3.org/Library/"
-license=('W3C')
-depends=()
-makedepends=('gcc pkgconfig perl zlib openssl')
-options=('!libtool')
-source=(http://www.w3.org/Library/Distribution/w3c-$pkgname-$pkgver.tgz)
-md5sums=('c3734ca6caa405707e134cc8c6d7e422')
-
-build() {
- cd "$srcdir/w3c-$pkgname-$pkgver"
- [ -f Makefile ] || ./configure --prefix=/usr \
- --with-md5 --with-zlib --with-expat --with-regex --with-ssl
- sed -i 's#Examples##' Library/Makefile
- make
- make DESTDIR="$pkgdir" install
-}