summaryrefslogtreecommitdiff
blob: 74dbc2ed4b2006d4e5cc1924efbf31b3a6d8f8f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2004 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.4 2004/04/05 22:09:15 vapier Exp $

inherit enlightenment

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

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
}