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

NAME="gexiv2"
VERSION="0.16.0"
REVISION="1"

PKG_SOURCEURL='${DLG_GNOMEMIRROR}/${NAME}/${VER_MAJ}.${VER_MIN}/${NAME}-${VERSION}.tar.xz'
#PKG_PATCH[0]='gexiv2-0.9.1-configure.patch'

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

cflags
cxxflags
prepare
analyzesource
#applypatch 0 1

#spewdo "cd $PKG_BUILDROOT ; autoreconf"

configure 
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
