#!/bin/sh
#
# Copyright 2005 Zach Borgerding <zborgerd@gmail.com>
# Available under the terms of the GNU GPL.
#

NAME="smeg"
VERSION="0.7.5"
REVISION="1"

# This guy doesn't version his tarballs, so it does no good.
# PKG_SOURCEURL='http://www.realistanew.com/projects/smeg/'
PKG_ARCH="noarch"

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

cflags
prepare
analyzesource

cd $PKG_BUILDROOT/
spewdo "python setup.py install --prefix=$PKG_STAGEROOT$PKG_PREFIX"

tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
