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

NAME="icu4c"
VERSION="4.0.1"
REVISION="2"
TARNAME="icu4c-4_0_1"

PKG_SOURCEURL='http://download.icu-project.org/files/$NAME/$VERSION/$TARNAME-src.tgz'

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

PKG_BUILDDIR="source"

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