blob: 46824c4f5ef32475b5ca7984945891abeaf61c36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/elicit/elicit-0.8.0.20040221.ebuild,v 1.1 2004/02/22 01:03:59 vapier Exp $
inherit enlightenment
DESCRIPTION="tool for examining images on your desktop"
HOMEPAGE="http://enlightenment.org/pages/elicit.html"
DEPEND=">=x11-libs/evas-1.0.0.20031018_pre12
>=x11-libs/ecore-1.0.0.20040207_pre4
>=media-libs/edje-0.0.1.20031018
>=media-libs/imlib2-1.1.0"
|