summaryrefslogtreecommitdiff
path: root/elements/geolocation/geoclue.bst
blob: 18259b7764cb139a17af7b62b016c5899542e3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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