gpsd: fix another typo and make more suggested changes
This commit is contained in:
parent
4e019430ec
commit
a9224fd794
1 changed files with 5 additions and 7 deletions
|
@ -5,7 +5,8 @@ revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
patch_args=-p1
|
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_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"
|
short_desc="A GPS/AIS receiver monitoring daemon"
|
||||||
maintainer="uriahheep <uriahheep@gmail.com>"
|
maintainer="uriahheep <uriahheep@gmail.com>"
|
||||||
license="BSD"
|
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"
|
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"
|
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"
|
subpackages="gpsd-devel"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
subpackages+=" gpsd-python gpsd-xgps gpsd-qt gpsd-qt-devel"
|
subpackages+=" gpsd-python gpsd-xgps gpsd-qt gpsd-qt-devel"
|
||||||
|
hostmakedepends+=" qt-devel"
|
||||||
|
else
|
||||||
|
make_build_args+=" python=0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in a new issue