#!/bin/sh
#
# Copyright 2004-2007 Dagmar d'Surreal <rivyqntzne@tznvy.pbz>
# Available under the terms of the GNU GPL.
#

NAME="libproxy"
VERSION="0.2.3"
REVISION="2"

PKG_SOURCEURL='http://$NAME.googlecode.com/files/$NAME-$VERSION.tar.gz'

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

cflags
prepare
analyzesource
configure --with-networkmanager=no --with-mozjs=no
make
makeinstall install-strip
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
