blob: 1ef6a4de338210068680a2bc361140dc709c5bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0.ebuild,v 1.6 2003/09/06 04:16:43 msterret Exp $
IUSE="nls"
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="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc "
mydoc="AUTHORS LICENSE README ChangeLog* TODO*"
|