blob: c797d0f034fbf3e1b9edc712594dc0f2658726e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.62.1-r3.ebuild,v 1.4 2002/10/04 06:47:46 vapier 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 ppc sparc sparc64"
mydoc="ChangeLog* LICENSE TODO*"
|