diff options
Diffstat (limited to 'x11-themes/lush/lush-0.1.0.ebuild')
-rw-r--r-- | x11-themes/lush/lush-0.1.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/lush/lush-0.1.0.ebuild b/x11-themes/lush/lush-0.1.0.ebuild new file mode 100644 index 000000000000..62ada132a68d --- /dev/null +++ b/x11-themes/lush/lush-0.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: +inherit kde +need-kde 3 + +S="${WORKDIR}/lush" +DESCRIPTION="Lush KDE icon theme" +SRC_URI="http://projects.dims.org/~dave/distribution/${P}dave.tar.gz" +HOMEPAGE="http://www.kde-look.org/content/show.php?content=5483" +KEYWORDS="x86 ~alpha ~ppc ~sparc" +SLOT="0" +LICENSE="GPL-1" + +# stripping hangs and we've no binaries +RESTRICT="$RESTRICT nostrip" + +src_compile() { + unpack ${P}dave.tar.gz + cd ${S} + +} + +src_install(){ + cd ${S} + dodir $PREFIX/share/icons/ + cp -rf ${S} ${D}/${PREFIX}/share/icons +} |