updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / live-f1 / PKGBUILD
bloba54dbdbf48a51f10c46468b9f57789a1969f6e3b
1 # Maintainer: Hackerbunny
3 pkgname=live-f1
4 pkgver=0.2.11
5 pkgrel=1
6 pkgdesc="Linux client for viewing the live timing feed of official Formula-1 Web site."
7 url="http://launchpad.net/live-f1/"
8 arch=('i686' 'x86_64')
9 license=('GPL')
10 depends=('neon>=0.24' 'heimdal')
11 source=(http://launchpad.net/live-f1/0.2/$pkgver/+download/live-f1-$pkgver.tgz)
12 md5sums=('f8251707da8bc0368c9b949c1672135b')
14 build() {
15   cd "$srcdir/live-f1_$pkgver"
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR="$pkgdir" install