diff options
Diffstat (limited to 'app-shells/bashish/bashish-1.9.23.ebuild')
-rw-r--r-- | app-shells/bashish/bashish-1.9.23.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-shells/bashish/bashish-1.9.23.ebuild b/app-shells/bashish/bashish-1.9.23.ebuild new file mode 100644 index 000000000000..d92b01148f3f --- /dev/null +++ b/app-shells/bashish/bashish-1.9.23.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-1.9.23.ebuild,v 1.1 2004/08/03 02:24:06 vapier Exp $ + +inherit eutils + +DESCRIPTION="Text console theme engine" +HOMEPAGE="http://bashish.sourceforge.net/" +SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-fix-install.patch +} + +src_install() { + ./InstallBashish \ + ${D}/usr/share/bashish \ + ${D}/usr/bin \ + ${D}/usr/share/bashish/doc \ + || die + dobin bashish + dosed /usr/bin/bashish + insinto /usr/share/bashish/modules/sh/conf + doins ${FILESDIR}/bashish.conf +} |