blob: 8bce2d2fab8958a1e783cf45ed41ca23f1446f29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MY_P=${P/_beta/.beta}
inherit enlightenment
DESCRIPTION="library to simplify the use of devices"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eeze"
SRC_URI="http://download.enlightenment.org/releases/${MY_P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
DEPEND=">=x11-libs/ecore-1.0.0_beta"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}
|