updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gpsd-obsolet / PKGBUILD
blob41e9b0d3071cc034ceb121ee432dfdc3e78cc001
1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
7 pkgname=gpsd-obsolet
8 pkgver=2.39
9 pkgrel=1
10 pkgdesc="GPS daemon and library to support USB/serial GPS devices (old Version)"
11 arch=('i686' 'x86_64')
12 url="http://gpsd.berlios.de/"
13 license=('BSD')
14 groups=()
15 depends=('lesstif' 'libxaw' 'python>=2.6' 'pth' 'libusb')
16 makedepends=()
17 optdepends=()
18 provides=('gpsd')
19 conflicts=('gpsd')
20 replaces=()
21 backup=()
22 options=()
23 install=
24 source=(http://download.berlios.de/gpsd/gpsd-$pkgver.tar.gz)
25 noextract=()
26 md5sums=('3db437196a6840c252fca99b6c19d4d0') #generate with 'makepkg -g'
28 build() {
29   cd "$srcdir/gpsd-$pkgver"
31   ./configure --prefix=/usr
32   make || return 1
33   make DESTDIR="$pkgdir/" install