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

NAME="scrollkeeper"
VERSION="0.3.14"
REVISION="7"

PKG_SOURCEURL='http://ftp.gnome.org/pub/GNOME/sources/$NAME/$VER_MAJ.$VER_MIN/$NAME-$VERSION.tar.bz2'
PKG_SOURCEMD5='b175e582a6cec3e50a9de73a5bb7455a'

PKG_LOCALSTATEDIR=/var # Because scrollkeeper is rather dim at times.

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

PKG_DOCFILES="" # Scrollkeeper does a good job of this on it's own.
configfile /etc/scrollkeeper.conf

cflags
prepare
analyzesource
configure
make
makeinstall install-strip

removedir $PKG_STAGEROOT/var

# Not sure what I was thinking when I put *this* line in.  All PKG_*
# definitions are locally scoped.
#PKG_LOCALSTATEDIR=/var/lib # Because scrollkeeper is retarded.

tidydocumentation


analyzebinaries
finalizepackage
packagize
cleanup
