gpsd: remove scons from hostmakedepends, fix license=

This commit is contained in:
maxice8 2018-08-17 10:21:28 -03:00
parent 900dce3b18
commit b2c8986d97
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,23 +1,22 @@
# Template file for 'gpsd'
pkgname=gpsd
version=3.17
revision=2
revision=3
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_install_args="${make_build_args}"
make_install_target="udev-install"
make_install_args="$make_build_args"
make_install_target=udev-install
hostmakedepends="pkg-config bc python libxslt xmlto asciidoc ncurses"
makedepends="eudev-libudev-devel ntp libusb-devel ncurses-devel pps-tools-devel libcap-devel libbluetooth-devel"
short_desc="A GPS/AIS receiver monitoring daemon"
maintainer="uriahheep <uriahheep@gmail.com>"
license="BSD"
license="BSD-3-Clause"
homepage="http://www.catb.org/gpsd/"
distfiles="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-${version}.tar.gz"
checksum=68e0dbecfb5831997f8b3d6ba48aed812eb465d8c0089420ab68f9ce4d85e77a
system_accounts="gpsd"
hostmakedepends="scons pkg-config bc python libxslt xmlto asciidoc ncurses"
makedepends="eudev-libudev-devel ntp libusb-devel ncurses-devel pps-tools-devel libcap-devel libbluetooth-devel"
subpackages="gpsd-devel"
if [ -z "$CROSS_BUILD" ]; then
subpackages+=" gpsd-python gpsd-xgps gpsd-qt gpsd-qt-devel"