summaryrefslogtreecommitdiff
path: root/strata/geolocation/geoclue.morph
blob: 3be946bb0ad2b236e933eab3bd03916f740d86f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: geoclue
kind: chunk
build-system: autotools
configure-commands:
- |
  ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \
               --disable-nmea-source \
               --with-dbus-service-user=geoclue
system-integration:
  geoclue-misc:
    00-add-geoclue-user:
    - groupadd geoclue
    - useradd -c "GeoClue Owner" -r -g geoclue -s /bin/false geoclue