updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / http-fetcher / PKGBUILD
blob885255aa1342a277351a93e5a9a38641c9541028
1 # Packager: Brad Fanella <bradfanella@gmail.com>
2 pkgname=http-fetcher
3 _pkgname=http_fetcher
4 pkgver=1.1.0
5 pkgrel=1
6 pkgdesc="A small, robust, flexible library for downloading files via HTTP using the GET method"
7 arch=('i686' 'x86_64')
8 url="http://http-fetcher.sourceforge.net/"
9 license=('LGPL')
10 provides=('http-fetcher')
11 source=(http://downloads.sourceforge.net/project/http-fetcher/http-fetcher/$pkgver/$_pkgname-$pkgver.tar.gz)
12 md5sums=('7c4ff599b1024554e548e4bf85eee43e')
14 build() {
15         cd ${srcdir}/$_pkgname-$pkgver/
16         ./configure --prefix=${startdir}/pkg/usr
17         make CFLAGS="-Wall" || return 1
18         make install