updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / serf / PKGBUILD
blob02f0d5ddc40ec3daba4708e710559a5ae709073a
1 pkgname=serf
2 pkgver=1.0.0
3 pkgrel=1
4 pkgdesc="a C-based HTTP client library"
5 arch=('i686' 'x86_64')
6 license=('apache' 'bsd')
7 depends=('apr-util>=1.3.2-2')
8 makedepends=('apache>=2.2.9-3' 'python>=2.6-1' 'autoconf')
9 source=(http://serf.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
10 md5sums=('3b179ed18f65c43141528aa6d2440db4')
11 url="http://code.google.com/p/serf/"
13 build() {
14   cd $srcdir/$pkgname-$pkgver
16   autoreconf
17   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr
19   make
20   make DESTDIR=$pkgdir install