--- fluxbox-0.1.9.ebuild Fri May 24 22:04:00 2002 +++ fluxbox-0.1.9.ebuild Mon Jun 17 15:05:42 2002 @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Karl Trygve Kalleberg -# /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} 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" DEPEND="virtual/x11" @@ -13,6 +15,12 @@ RDEPEND="${DEPEND} nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${P}.tar.gz + cd ${S} + patch -p1 < ${DISTDIR}/${P}-bugfix2.patch || die +} + PROVIDE="virtual/blackbox" src_compile() {