diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-10-08 20:12:36 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-10-08 20:12:36 +0000 |
commit | 77ed41b7925b4fa9df7766f318f2e23ce6439cc4 (patch) | |
tree | 3bd8f76c7bf294508b8d0b6fc741a09b26fadd7d /x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild | |
parent | Version bump from the GNUstep overlay (diff) | |
download | gentoo-2-77ed41b7925b4fa9df7766f318f2e23ce6439cc4.tar.gz gentoo-2-77ed41b7925b4fa9df7766f318f2e23ce6439cc4.tar.bz2 gentoo-2-77ed41b7925b4fa9df7766f318f2e23ce6439cc4.zip |
Initial import from the GNUstep overlay
(Portage version: 2.1.3.12)
Diffstat (limited to 'x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild')
-rw-r--r-- | x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild b/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild new file mode 100644 index 000000000000..4c11982fb115 --- /dev/null +++ b/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/camaelon-themes/camaelon-themes-0.1.ebuild,v 1.1 2007/10/08 20:12:36 voyageur Exp $ + +inherit gnustep-2 + +S=${WORKDIR} + +DESCRIPTION="Additional themes for GNUstep Camaelon theme engine" +HOMEPAGE="http://www.etoile-project.org" +SRC_URI="http://brante.dyndns.org/gnustep/download/MaxCurve-0.2.tar.bz2 + mirror://sourceforge/mpdcon/IndustrialTheme.tar.bz2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +SLOT="0" +LICENSE="LGPL-2.1" + +src_compile() { + einfo "Nothing to compile" +} + +src_install() { + egnustep_env + + #install themes + dodir ${GNUSTEP_SYSTEM_LIBRARY}/Themes + insinto ${GNUSTEP_SYSTEM_LIBRARY}/Themes/ + doins -r "${S}"/*theme +} |