blob: 4a934fff661cf84b6987af349b3ce8436e6e7688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ephoto/ephoto-9999.ebuild,v 1.1 2006/02/24 02:42:58 vapier Exp $
ECVS_MODULE="e17/proto/ephoto"
inherit enlightenment
DESCRIPTION="EFL-based slideshow creator"
IUSE="nls"
DEPEND="x11-libs/evas
x11-libs/ecore
x11-libs/ewl
media-libs/edje"
src_compile() {
export MY_ECONF="
$(use_enable nls)
"
enlightenment_src_compile
}
|