updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / garmintools / PKGBUILD
blob26fb331a8a422a594979a51d0a755ce7195cf841
1 # Contributor: Archie <Mymaud@gmail.com>
2 # Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
3 pkgname=garmintools
4 pkgver=0.10
5 pkgrel=2
6 pkgdesc="This software provides Linux users with the ability to communicate with the Garmin Forerunner 305 via the USB interface."
7 depends=('libusb')
8 install="garmintools.install"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 source=("http://garmintools.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
12 options=('!libtool')
13 url="http://code.google.com/p/garmintools/"
14 md5sums=('1a555a5174a82e92e0f5def1c4b01ae7')
16 build() {
17   cd ${srcdir}/${pkgname}-${pkgver}
18   ./configure --prefix=/usr
19   make 
20   }
21 package() {
22   cd ${srcdir}/${pkgname}-${pkgver}
23   make prefix=${pkgdir}/usr install