Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 3864
Collapse All | Expand All

(-)fluxbox-0.1.9.ebuild (-2 / +9 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
3
# Maintainer: Karl Trygve Kalleberg <karltk@gentoo.org>
4
# /space/gentoo/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.9.ebuild,v 1.1 2002/05/24 22:04:00 seemant Exp
4
# /space/gentoo/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.1.9-r1.ebuild,v1.1 2002/05/24 22:04:00 seemant Exp
5
5
6
S=${WORKDIR}/${P}
6
S=${WORKDIR}/${P}
7
DESCRIPTION="Window manager based on BlackBox"
7
DESCRIPTION="Window manager based on BlackBox"
8
SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz"
8
SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz
9
		http://fluxbox.sourceforge.net/downloads/patches/${P}-bugfix2.patch"
9
HOMEPAGE="http://fluxbox.sf.net"
10
HOMEPAGE="http://fluxbox.sf.net"
10
11
11
DEPEND="virtual/x11"
12
DEPEND="virtual/x11"
Lines 13-18 Link Here
13
RDEPEND="${DEPEND}
15
RDEPEND="${DEPEND}
14
	nls? ( sys-devel/gettext )"
16
	nls? ( sys-devel/gettext )"
15
17
18
src_unpack() {
19
	unpack ${P}.tar.gz
20
	cd ${S}
21
	patch -p1 < ${DISTDIR}/${P}-bugfix2.patch || die
22
}
23
16
PROVIDE="virtual/blackbox"
24
PROVIDE="virtual/blackbox"
17
25
18
src_compile() {
26
src_compile() {

Return to bug 3864