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

NAME="guile"
VERSION="1.6.7"
REVISION="5"

PKG_SOURCEURL='http://ftp.gnu.org/pub/gnu/$NAME/$NAME-$VERSION.tar.gz'

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

PKG_DOCFILES="$PKG_DOCFILES GUILE-VERSION SNAPSHOTS"

cflags
prepare
analyzesource
configure --with-threads
make

# This package's test suite works, but breaks our engine.  See ChangeLog.
#makecheck

makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
