#!/bin/sh
#
# Copyright 2004, 2008 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Copyright 2005, 2006, 2007 Scott Harmon
# Available under the terms of the GNU GPL.
#

NAME="libelf"
VERSION="0.8.12"
REVISION="1"

PKG_SOURCEURL='http://www.mr511.de/software/$NAME-$VERSION.tar.gz'

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

PKG_DESTDIRVAR=instroot

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