1 # Maintainer: Jonathan Hudson <jh+gtk-g-rays@daria.co.uk>
2 # Contributor: Lukas Kramer <lukas@carrotIndustries.net>
6 pkgdesc="Access the configuration data (and visualise NMEA data) from the WBT-201 GPS"
8 url="http://www.daria.co.uk/gps"
10 depends=('gtk3' 'hicolor-icon-theme')
11 source=(http://www.zen35309.zen.co.uk/gps/gtk-g-rays2-$pkgver.tar.xz)
13 install='g-rays.install'
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr --sysconfdir=/etc
19 make DESTDIR="$pkgdir" install
21 md5sums=('191042fdf9e2e496326db57462731e3f')