summaryrefslogtreecommitdiff
blob: ca57ae5bbb5a48458fa6d43d053f43f238f2c183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.1.ebuild,v 1.2 2007/01/10 11:48:31 phreak Exp $

DESCRIPTION="Webpage thumbnail creator"
HOMEPAGE="http://furius.ca/curator/"
SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.2.1
	>=media-gfx/imagemagick-5.4.9"

src_install() {
	cd "${S}"
	dobin bin/curator || die "dobin bin/curator failed!"
	dodoc CHANGES README
}