1 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/x11-themes/etheme-BrushedMetal-Tigert/etheme-BrushedMetal-Tigert-0.16.8.ebuild,v 1.2 2010/02/24 14:50:07 ssuominen Exp $ |
4 |
|
5 |
MY_PN="${PN/etheme-/e16-theme-}" |
6 |
MY_P="${MY_PN}-${PV}" |
7 |
DESCRIPTION="${MY_PN} theme for Enlightenment 16.7" |
8 |
HOMEPAGE="http://www.enlightenment.org/" |
9 |
SRC_URI="mirror://sourceforge/enlightenment/${MY_P}.tar.gz" |
10 |
|
11 |
LICENSE="BSD" |
12 |
SLOT="0" |
13 |
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sh sparc x86" |
14 |
IUSE="" |
15 |
|
16 |
DEPEND=">=x11-wm/enlightenment-0.16.7_pre3" |
17 |
|
18 |
S=${WORKDIR}/${MY_P} |
19 |
|
20 |
src_compile() { |
21 |
econf --enable-fsstd || die |
22 |
emake || die |
23 |
} |
24 |
|
25 |
src_install() { |
26 |
make install DESTDIR="${D}" || die |
27 |
dodoc AUTHORS ChangeLog NEWS README |
28 |
} |