4 pkgdesc="a C-based HTTP client library"
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/"
14 cd $srcdir/$pkgname-$pkgver
17 ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr
20 make DESTDIR=$pkgdir install