summaryrefslogtreecommitdiff
blob: c4347fc20b921c305b0e805aa0f4bab063fda6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit enlightenment

DESCRIPTION="Fast memory pool allocator"
HOMEPAGE="http://code.google.com/p/ememoa/"

SLOT="0"

IUSE="debug static-libs +threads"

ESVN_REPO_URI="http://ememoa.googlecode.com/svn/trunk/"
RDEPEND=""
DEPEND="
	dev-util/pkgconfig
	"

src_configure() {
	MY_ECONF="
	$(use_enable amd64 use64)
	$(use_enable debug)
	$(use_enable debug coverage)
	$(use_enable static-libs static)
	$(use_enable threads pthread)
	"

	enlightenment_src_configure
}