summaryrefslogtreecommitdiff
blob: 40ac94c58b644324779483b40b023d49ecc87765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit gnome2

DESCRIPTION="GNOME program to create, edit and verify hashfiles"
HOMEPAGE="http://parano.berlios.de"
SRC_URI="http://download.berlios.de/parano/${P}.tar.gz
	http://download2.berlios.de/parano/${P}.tar.gz"

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

RDEPEND=">=dev-python/pygtk-2.0
	dev-python/gnome-python"
DEPEND="${RDEPEND}"


src_unpack() {
	unpack ${A}
	cd "${S}"

	# Removes update-mime-database error
	epatch "${FILESDIR}"/${P}-makefile.patch
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS ChangeLog README NEWS TODO
}