# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="Hachoir-based tool to extract meta data from binary files"
HOMEPAGE="http://hachoir.org/wiki/hachoir-metadata"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=dev-lang/python-2.4
	=dev-python/hachoir-0.6*
	=dev-python/hachoir-parser-0.6*"
DEPEND="${RDEPEND}"

DOCS="AUTHORS"
PYTHON_MODNAME="${PN//-/_}"