#!/bin/sh
#
# Copyright 2009 Tiago Salvador Souza
# Available under the terms of the GNU GPL.
#

NAME="libasyncns"
VERSION="0.8"
REVISION="1"

PKG_SOURCEURL='http://0pointer.de/lennart/projects/${NAME}/${NAME}-${VERSION}.tar.gz'

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

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