#!/bin/sh
#
# Copyright 2006 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#
 
NAME="wv"
VERSION="1.2.4"
REVISION="1"
 
PKG_SOURCEURL='http://easynews.dl.sourceforge.net/sourceforge/wvware/$NAME-$VERS
ION.tar.gz'
 
. $DLG_ROOT/config
. $DLG_ROOT/SCRIPTS/dropline-functions.sh
 
cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup