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

NAME="hicolor-icon-theme"
VERSION="0.8"
REVISION="1"

PKG_SOURCEURL='http://icon-theme.freedesktop.org/releases/$NAME-$VERSION.tar.gz'

PKG_ARCH='noarch'

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

prepare
analyzesource
configure
make
makeinstall
tidydocumentation
analyzebinaries
finalizepackage
packagize
cleanup
