PKGBUILDs/community/live-f1/PKGBUILD
2009-10-09 21:15:33 -05:00

22 lines
623 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Jeff Mickey <jeff@archlinux.org>
# Contributor: Brad Gordon <brad@rpgcyco.net>
pkgname=live-f1
pkgver=0.2.7
pkgrel=3
pkgdesc="Linux client for viewing information feed of official Formula-1 Web site"
url="http://freshmeat.net/projects/live-f1/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('neon>=0.24' 'heimdal')
source=(ftp://ftp.netsplit.com/pub/live-f1/0.2/$pkgname-$pkgver.tar.gz)
md5sums=('43b155c67a6a4b0704834839bd914c5c')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
}