|
|
# Copyright 1999-2002 Gentoo Technologies, Inc. | # Copyright 1999-2002 Gentoo Technologies, Inc. |
# Distributed under the terms of the GNU General Public License, v2 or later | # Distributed under the terms of the GNU General Public License, v2 or later |
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> | # Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org> |
# /space/gentoo/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.9.ebuild,v 1.1 2002/05/24 22:04:00 seemant Exp |
# /space/gentoo/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.9-r1.ebuild,v1.1 2002/05/24 22:04:00 seemant Exp |
| |
S=${WORKDIR}/${P} | S=${WORKDIR}/${P} |
DESCRIPTION="Window manager based on BlackBox" | DESCRIPTION="Window manager based on BlackBox" |
SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz" |
SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz |
|
http://fluxbox.sourceforge.net/downloads/patches/${P}-bugfix2.patch" |
HOMEPAGE="http://fluxbox.sf.net" | HOMEPAGE="http://fluxbox.sf.net" |
| |
DEPEND="virtual/x11" | DEPEND="virtual/x11" |
|
|
RDEPEND="${DEPEND} | RDEPEND="${DEPEND} |
nls? ( sys-devel/gettext )" | nls? ( sys-devel/gettext )" |
| |
|
src_unpack() { |
|
unpack ${P}.tar.gz |
|
cd ${S} |
|
patch -p1 < ${DISTDIR}/${P}-bugfix2.patch || die |
|
} |
|
|
PROVIDE="virtual/blackbox" | PROVIDE="virtual/blackbox" |
| |
src_compile() { | src_compile() { |