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

NAME="uhttpmock"
VERSION="0.5.5"
REVISION="2"

PKG_SOURCEURL='https://gitlab.freedesktop.org/pwithnall/${NAME}/-/archive/${VERSION}/${NAME}-${VERSION}.tar.bz2'
PKG_SANIFYNOTOUCH='oh god'

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

cflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
