summaryrefslogtreecommitdiff
path: root/extra/gpsd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gpsd/PKGBUILD')
-rw-r--r--extra/gpsd/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD
index de6cbd64e..f0f11325c 100644
--- a/extra/gpsd/PKGBUILD
+++ b/extra/gpsd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 187860 2013-06-07 09:24:56Z tomegun $
+# $Id: PKGBUILD 198047 2013-10-30 12:28:49Z allan $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
@@ -6,7 +6,7 @@
pkgname=gpsd
pkgver=3.9
-pkgrel=3
+pkgrel=4
pkgdesc="GPS daemon and library to support USB/serial GPS devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://catb.org/gpsd/"
@@ -17,7 +17,6 @@ optdepends=('php: generate a PHP status page for your GPS'
'pygtk: GUI frontends')
makedepends=('scons' 'docbook-xsl' 'chrpath')
backup=('etc/gpsd.conf')
-options=('!libtool')
install="${pkgname}.install"
source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
'gpsd.conf')
@@ -33,9 +32,10 @@ build() {
gpscat gpsfake gpsprof xgps xgpsspeed
scons prefix=/usr \
- systemd=yes \
- libQgpsmm=no \
- PYTHONPATH=/usr/bin/python2
+ systemd=yes \
+ libQgpsmm=no \
+ gpsd_group=uucp \
+ PYTHONPATH=/usr/bin/python2
scons build
}