blob: 02ca90c9ef41eeb2478e306df6e547bf6b9578ba [file] [log] [blame] [edit]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.3 2008/08/12 08:07:13 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="tool written for hackers to cut file or any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-core"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="hachoir_core"