| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.5.042.ebuild,v 1.1 2008/11/30 08:06:28 vapier Exp $
|
| 4 |
|
| 5 |
E_SNAP_DATE="2008-01-25"
|
| 6 |
inherit enlightenment flag-o-matic
|
| 7 |
|
| 8 |
DESCRIPTION="Enlightenment Data Base"
|
| 9 |
HOMEPAGE="http://www.enlightenment.org/"
|
| 10 |
|
| 11 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
|
| 12 |
IUSE="gtk ncurses"
|
| 13 |
|
| 14 |
DEPEND="gtk? ( =x11-libs/gtk+-1* )
|
| 15 |
ncurses? ( sys-libs/ncurses )"
|
| 16 |
|
| 17 |
src_compile() {
|
| 18 |
export MY_ECONF="
|
| 19 |
--enable-compat185
|
| 20 |
--enable-dump185
|
| 21 |
$(use_enable gtk)
|
| 22 |
$(use_enable ncurses)
|
| 23 |
"
|
| 24 |
use ppc && filter-lfs-flags
|
| 25 |
enlightenment_src_compile
|
| 26 |
}
|