summaryrefslogtreecommitdiff
blob: 3009f672c3f83fc17a6749b638800b84113148a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild,v 1.3 2008/08/12 08:12:19 cedk Exp $

NEED_PYTHON=2.4

inherit distutils

DESCRIPTION="a tool based on hachoir-parser to find subfiles in any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-subfile"
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=">=dev-python/hachoir-core-1.1
	>=dev-python/hachoir-parser-1.1
	>=dev-python/hachoir-regex-1.0.2"

PYTHON_MODNAME="hachoir_subfile"