summaryrefslogtreecommitdiff
path: root/community/libwww
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libwww
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libwww')
-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
-}