#!/bin/bash
#
# Copyright 2012-2014 Eugene Wissner <belka.ew@gmail.com>
# Copyright 2012-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Copyright 2014 John Truex <apolluwn@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="mutter"
VERSION="50.3"
REVISION="2"

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

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

cflags
cxxflags
prepare
analyzesource
configure -Dbuildtype=plain \
	-Ddebug=true
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
