blob: d8701dc52f528d1463bd52f211962fbf739d0c58 (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/e/e-9999.ebuild,v 1.2 2004/12/11 23:36:11 vapier Exp $
ECVS_MODULE="e17/apps/e"
inherit enlightenment
DESCRIPTION="the e17 window manager"
DEPEND="sys-devel/libtool
x11-libs/evas
x11-libs/ecore
media-libs/edje
dev-libs/eet
dev-libs/embryo
x11-libs/evas"
src_install() {
enlightenment_src_install
mv "${D}"/usr/bin/enlightenment{,-0.17}
}
pkg_postinst() {
ewarn "This version has been installed as"
ewarn "'enlightenment-0.17' to avoid conflict"
ewarn "with enlightenment 0.16 versions."
}
|