mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
commit
c88ff18cee
2 changed files with 5 additions and 1 deletions
3
srcpkgs/gpsd/files/gpsd/run
Normal file
3
srcpkgs/gpsd/files/gpsd/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
exec /usr/bin/gpsd -N -F /run/gpsd.sock $OPTS ${DEV:=/dev/gps0}
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gpsd'
|
# Template file for 'gpsd'
|
||||||
pkgname=gpsd
|
pkgname=gpsd
|
||||||
version=3.15
|
version=3.15
|
||||||
revision=1
|
revision=2
|
||||||
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}"
|
||||||
|
@ -35,6 +35,7 @@ pre_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vsv gpsd
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vlicense AUTHORS
|
vlicense AUTHORS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue