#!/bin/sh
#
# Copyright 2007 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#

NAME="colorblind"
VERSION="0.0.1"
REVISION="5"

PKG_SOURCEURL='http://ftp.debian.org/debian/pool/main/c/colorblind/colorblind_$VERSION.orig.tar.gz'

PKG_SANIFYNOTOUCH="this forces autoreconf, and we don't want that"

. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh

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