#!/bin/bash
#
# Copyright 2009 Tiago Salvador Souza
# Copyright 2009-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Copyright 2014 John Truex <apolluwn@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="geoclue2"
VERSION="2.8.1"
REVISION="1"

PKG_SOURCEURL='http://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${VER_MAJ}.${VER_MIN}.${VER_MIC}/geoclue-${VERSION}.tar.gz'

. $DLG_ROOT/etc/config
. $DLG_ROOT/lib/dl-base

cflags
prepare
analyzesource
configure -Dnmea-source=false
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
