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

NAME="colord-gtk"
VERSION="0.3.1"
REVISION="1"

PKG_SOURCEURL='http://www.freedesktop.org/software/colord/releases/$NAME-$VERSION.tar.xz'

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

cflags
prepare
analyzesource
configure -Dvapi=true -Ddocs=false -Dman=false
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
