diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 23:19:35 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 23:19:35 +0000 |
commit | 098a0a7204d22d80570bab3145cc8471a93c63bc (patch) | |
tree | 34f751f77de1fcdeeaeceb3d76a38285253fd282 /x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild | |
parent | emerald bump (diff) | |
download | historical-098a0a7204d22d80570bab3145cc8471a93c63bc.tar.gz historical-098a0a7204d22d80570bab3145cc8471a93c63bc.tar.bz2 historical-098a0a7204d22d80570bab3145cc8471a93c63bc.zip |
emerald-themes bump
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild')
-rw-r--r-- | x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild new file mode 100644 index 000000000000..035ce01df510 --- /dev/null +++ b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild,v 1.1 2007/10/23 23:19:35 hanno Exp $ + +DESCRIPTION="Emerald window decorator themes" +HOMEPAGE="http://compiz-fusion.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" +DEPEND="x11-wm/emerald" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} |