gis/gpsd: Updated for version 3.10 + Moved from System category.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2014-02-05 00:01:02 +07:00 committed by Erik Hanson
parent 774dab7d85
commit b9fe91a6a6
10 changed files with 15 additions and 7 deletions

View file

@ -13,9 +13,10 @@ Multiple options may be separated by commas (as shown above) or by spaces.
The following features may be enabled (by default they are disabled).
dbus_export enable DBUS export support
force_global force daemon to listen on all addressses
profiling enable profiling support
timing enable latency timing support
squelch enable gpsd_report/gpsd_hexdump suppression (saves cpu)
timing enable latency timing support
gpsd_group=groupname
set privilege revocation group (default=dialout)
gpsd_user=username
@ -48,6 +49,7 @@ enabled).
gpsclock disable GPSClock support
ipv6 disable build IPv6 support
itrax disable iTrax hardware support
leapfetch disable build-time fetch up-to-date leap second data
mtk3301 disable MTK-3301 support
navcom disable Navcom support
netfeed disable support for handling TCP/IP data sources
@ -59,7 +61,6 @@ enabled).
oldstyle disable oldstyle (pre-JSON) protocol support
oncore disable Motorola OnCore chipset support
passthrough disable support for passing through JSON
pps disable PPS time syncing support
reconfigure disable gpsd can change device settings
rtcm104v2 disable rtcm104v2 support
rtcm104v3 disable rtcm104v3 support
@ -70,4 +71,11 @@ enabled).
tnt disable True North Technologies support
tripmate disable DeLorme TripMate support
tsip disable Trimble TSIP support
ublox disable u-blox Protocol support
ubx disable UBX Protocol support
usb disable libusb support for USB devices
Note that PPS is not supported. Additional userspace tools are required, see
http://www.linuxpps.org/wiki/index.php/LinuxPPS_installation
https://github.com/ago/pps-tools

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpsd
VERSION=${VERSION:-3.9}
VERSION=${VERSION:-3.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -134,7 +134,7 @@ install -D -m 0644 $CWD/rc.gpsd.conf.new \
$PKG/etc/rc.d/rc.gpsd.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING INSTALL README TODO build.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="gpsd"
VERSION="3.9"
VERSION="3.10"
HOMEPAGE="http://catb.org/gpsd/"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.9.tar.gz"
MD5SUM="53a88f24a0973d23427e82e9a8914f19"
DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.10.tar.gz"
MD5SUM="fc5b03aae38b9b5b6880b31924d0ace3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="scons"