diff options
Diffstat (limited to 'x11-wm/blackbox/blackbox-0.62.1-r3.ebuild')
-rw-r--r-- | x11-wm/blackbox/blackbox-0.62.1-r3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild b/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild new file mode 100644 index 000000000000..e1afa4bfad26 --- /dev/null +++ b/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild,v 1.1 2002/07/15 05:52:05 seemant Exp $ + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION="A small, fast, full-featured window manager for X" +SRC_URI="mirror://sourceforge/blackboxwm/${P}.tar.gz" +HOMEPAGE="http://blackboxwm.sf.net/" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +mydoc="ChangeLog* LICENSE TODO*" |