#!/bin/sh
#
# Copyright 2005 Paul Blazejowski <paulb@blazebox.homeip.net>
# Available under the terms of the GNU GPL.
#

NAME="libnl"
VERSION="1.0-pre8"
REVISION="1"
PKG_SOURCEURL='http://downloads.openwrt.org/sources/$NAME-$VERSION.tar.gz'
PKG_SOURCEMD5=''

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

cflags
cxxflags
prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup

