Skip to content

Instantly share code, notes, and snippets.

@pwae
Created April 9, 2011 08:51
Show Gist options
  • Save pwae/911251 to your computer and use it in GitHub Desktop.
Save pwae/911251 to your computer and use it in GitHub Desktop.
PKGBUILD for live-f1 0.2.11
# Maintainer: Samhain
pkgname=live-f1
pkgver=0.2.11
pkgrel=1
pkgdesc="Linux client for viewing the live timing feed of official Formula-1 Web site."
url="http://launchpad.net/live-f1/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('neon>=0.24' 'heimdal')
source=(http://launchpad.net/live-f1/0.2/$pkgver/+download/live-f1-$pkgver.tgz)
md5sums=('f8251707da8bc0368c9b949c1672135b')
build() {
cd "$srcdir/live-f1_$pkgver"
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir" install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment