summaryrefslogtreecommitdiff
path: root/elements/geolocation/geoclue.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/geolocation/geoclue.bst')
-rw-r--r--elements/geolocation/geoclue.bst21
1 files changed, 21 insertions, 0 deletions
diff --git a/elements/geolocation/geoclue.bst b/elements/geolocation/geoclue.bst
new file mode 100644
index 00000000..18259b77
--- /dev/null
+++ b/elements/geolocation/geoclue.bst
@@ -0,0 +1,21 @@
+kind: autotools
+depends:
+- glib-common.bst
+- libsoup-common.bst
+- NetworkManager-common.bst
+sources:
+- kind: git
+ url: upstream:geoclue
+ track: 2.4.0
+ ref: ae8f7ab2f1e90f61931c652f2f65996c30c79e87
+config:
+ configure-commands:
+ - |
+ ./autogen.sh --prefix="%{prefix}" --sysconfdir=/etc \
+ --disable-nmea-source \
+ --with-dbus-service-user=geoclue
+public:
+ bst:
+ integration-commands:
+ - groupadd geoclue
+ - useradd -c "GeoClue Owner" -r -g geoclue -s /bin/false geoclue