diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-21 05:26:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-21 05:26:48 +0000 |
commit | 78130253b9543f49224202f1ef11423a4ef7a12b (patch) | |
tree | 88b759291166259552b2c7b65f44df78b997927d /app-shells/bashish/bashish-2.0.7.ebuild | |
parent | Take up maintainership. (diff) | |
download | gentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.tar.gz gentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.tar.bz2 gentoo-2-78130253b9543f49224202f1ef11423a4ef7a12b.zip |
Version bump (bug #130107) thanks to Jesse Adelman and MAL.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'app-shells/bashish/bashish-2.0.7.ebuild')
-rw-r--r-- | app-shells/bashish/bashish-2.0.7.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-shells/bashish/bashish-2.0.7.ebuild b/app-shells/bashish/bashish-2.0.7.ebuild new file mode 100644 index 000000000000..09b2aafcbf6c --- /dev/null +++ b/app-shells/bashish/bashish-2.0.7.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bashish/bashish-2.0.7.ebuild,v 1.1 2008/07/21 05:26:48 jer Exp $ + +DESCRIPTION="Text console theme engine" +HOMEPAGE="http://bashish.sourceforge.net/" +SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-util/dialog-1.0" + +src_install() { + emake DESTDIR=${D} install || die "emake install failed" +} |