From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- old/strata/geolocation/geoclue.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/strata/geolocation/geoclue.morph (limited to 'old/strata/geolocation/geoclue.morph') diff --git a/old/strata/geolocation/geoclue.morph b/old/strata/geolocation/geoclue.morph new file mode 100644 index 00000000..3be946bb --- /dev/null +++ b/old/strata/geolocation/geoclue.morph @@ -0,0 +1,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 -- cgit v1.2.1