You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/edb/edb-1.0.5.ebuild

25 lines
641 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-1.0.5.ebuild,v 1.10 2012/07/17 02:37:49 vapier Exp $
ECVS_MODULE="e17/libs/edb"
inherit enlightenment flag-o-matic
DESCRIPTION="Enlightenment Data Base"
HOMEPAGE="http://www.enlightenment.org/"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="gtk ncurses"
DEPEND="gtk? ( =x11-libs/gtk+-1* )
ncurses? ( sys-libs/ncurses )"
src_compile() {
export MY_ECONF="
--enable-compat185
--enable-dump185
"
use ppc && filter-lfs-flags
enlightenment_src_compile
}