/[gentoo-x86]/dev-db/edb/edb-1.0.5.042.ebuild
Gentoo

Contents of /dev-db/edb/edb-1.0.5.042.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Jul 17 02:37:49 2012 UTC (10 months, 1 week ago) by vapier
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -3 lines
Update HOMEPAGE to main enlightenment site #416181 by df.

(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

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 }

  ViewVC Help
Powered by ViewVC 1.1.13