#!/bin/bash
#
# Copyright 2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2008-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Copyright 2014 John Truex <apolluwn@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="libgweather"
VERSION="4.6.0"
REVISION="1"

PKG_SOURCEURL='${DLG_GNOMEMIRROR}/${NAME}/${VER_MAJ}.${VER_MIN}/${NAME}-${VERSION}.tar.xz'
PKG_NEEDSTATIC='no'

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

cflags
prepare
analyzesource
configure -Dbuildtype=release -Dgtk_doc=false
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
