#!/bin/bash
#
# Copyright 2013 Bart van der Hall
# Copyright 2013-2026 Sasa Ostrouska <saxa@droplinegnome.org>
# Available under the terms of the GNU GPL.
#

NAME="exempi"
VERSION="2.6.6"
REVISION="1"

PKG_SOURCEURL='http://libopenraw.freedesktop.org/download/${NAME}-${VERSION}.tar.xz'

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

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
