| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.11.ebuild,v 1.4 2012/03/18 15:59:24 armin76 Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="Base files for Enlightenment epplets and some epplets"
|
| 6 |
HOMEPAGE="http://www.enlightenment.org/"
|
| 7 |
SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
RDEPEND="x11-libs/libX11
|
| 15 |
x11-libs/libXext
|
| 16 |
media-libs/freeglut
|
| 17 |
media-libs/imlib2
|
| 18 |
>=x11-wm/enlightenment-0.16.4"
|
| 19 |
DEPEND="${RDEPEND}
|
| 20 |
virtual/pkgconfig
|
| 21 |
x11-proto/xproto
|
| 22 |
x11-proto/xextproto"
|
| 23 |
|
| 24 |
src_install() {
|
| 25 |
emake DESTDIR="${D}" install || die
|
| 26 |
dodoc ChangeLog
|
| 27 |
}
|