summaryrefslogtreecommitdiff
blob: 18473804b06b1eb477719ea5c38f581e48289769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/evfs/evfs-9999.ebuild,v 1.1 2005/08/18 04:14:19 vapier Exp $

ECVS_MODULE="e17/apps/evfs"
inherit enlightenment

DESCRIPTION="Enlightenment File Daemon"

IUSE="threads"

DEPEND="x11-libs/ecore
	virtual/fam
	dev-libs/libxml2"

src_compile() {
	export MY_ECONF="$(use_enable threads)"
	enlightenment_src_compile
}