gpsd: fix another typo and make more suggested changes

This commit is contained in:
uriahheep 2015-09-18 06:02:31 +00:00
parent 4e019430ec
commit a9224fd794

View file

@ -5,7 +5,8 @@ revision=1
build_style=scons
patch_args=-p1
make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd sbindir=/usr/bin udevdir=/usr/lib/udev CC=${CC}"
make_install_args="${make_build_args} udev_install"
make_install_args="${make_build_args}"
make_install_target="udev_install"
short_desc="A GPS/AIS receiver monitoring daemon"
maintainer="uriahheep <uriahheep@gmail.com>"
license="BSD"
@ -18,15 +19,12 @@ depends="virtual?ntp-daemon ncurses libusb libcap libbluetooth pps-tools"
hostmakedepends="scons pkg-config bc python libxslt xmlto asciidoc"
makedepends="libudev-devel ntp libusb-devel python-devel pygtk-devel ncurses-devel pps-tools-devel libcap-devel libbluetooth-devel"
case "$XBPS_TARGET_MACHINE" in
*-musl) :;;
arm*) make_build_args+=" python=0" ;;
*) hostmakedepends+=" qt-devel" ;;
esac
subpackages="gpsd-devel"
if [ -z "$CROSS_BUILD" ]; then
subpackages+=" gpsd-python gpsd-xgps gpsd-qt gpsd-qt-devel"
hostmakedepends+=" qt-devel"
else
make_build_args+=" python=0"
fi
pre_build() {