From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/libwww/PKGBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 community/libwww/PKGBUILD (limited to 'community/libwww') 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 -# Contributor: Buharev Vasilij - -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 -} -- cgit v1.2.3-54-g00ecf