From 807f42c30ddb00c4e2d4034ce1720d7cb494e074 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Oct 2011 23:14:50 +0000 Subject: Fri Oct 28 23:14:50 UTC 2011 --- community/libwww/PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'community/libwww') diff --git a/community/libwww/PKGBUILD b/community/libwww/PKGBUILD index f9a798e45..c26669f7d 100644 --- a/community/libwww/PKGBUILD +++ b/community/libwww/PKGBUILD @@ -1,11 +1,14 @@ +# $Id: PKGBUILD 57429 2011-10-27 16:42:35Z spupykin $ +# Maintainer: Sergej Pupykin # Contributor: Buharev Vasilij + pkgname=libwww pkgver=5.4.0 -pkgrel=4 +pkgrel=5 pkgdesc="A general-purpose client side WEB API" arch=('i686' 'x86_64') url="http://www.w3.org/Library/" -license=('custom') +license=('W3C') depends=() makedepends=('gcc pkgconfig perl zlib openssl') options=('!libtool') @@ -13,13 +16,10 @@ source=(http://www.w3.org/Library/Distribution/w3c-$pkgname-$pkgver.tgz) md5sums=('c3734ca6caa405707e134cc8c6d7e422') build() { - cd "$startdir/src/w3c-$pkgname-$pkgver" - - #export ac_cv_header_appkit_appkit_h=no - [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --with-md5 --with-zlib --with-expat --with-regex --with-ssl + 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 || return 1 - make DESTDIR="$startdir/pkg" install || return 1 - - install -D -m 0644 COPYRIGHT.html $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT.html + make + make DESTDIR="$pkgdir" install } -- cgit v1.2.3-54-g00ecf