blob: 668a36e6510bab8582cb542ba4f36731299b966d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/elicit/elicit-9999.ebuild,v 1.4 2006/08/25 07:15:51 vapier Exp $
inherit enlightenment
DESCRIPTION="tool for examining images on your desktop"
HOMEPAGE="http://enlightenment.org/pages/elicit.html"
DEPEND=">=dev-libs/evas-0.9.9
>=dev-libs/ecore-0.9.9
>=media-libs/edje-0.5.0
>=x11-libs/esmart-0.0.3
>=media-libs/imlib2-1.2.0"
|