summaryrefslogtreecommitdiff
blob: 7a0ee6f94d29720a1590edac1cf54c61b20f6208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/etcher/etcher-1.0.20031013.ebuild,v 1.3 2004/04/05 22:08:27 vapier Exp $

inherit enlightenment

DESCRIPTION="graphical editing tool for creating and manipulating Ebits GUI elements"
HOMEPAGE="http://www.enlightenment.org/pages/etcher.html"

DEPEND="${DEPEND}
	=x11-libs/gtk+-1*
	>=media-libs/imlib2-1.1.0
	>=x11-libs/evas-1.0.0.20031013_pre12
	>=dev-db/edb-1.0.4.20031013
	>=media-libs/ebits-1.0.1.20031013"

src_compile() {
	export MY_ECONF="`use_enable nls`"
	enlightenment_src_compile
}