diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-12-29 21:45:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-12-29 21:45:09 +0000 |
commit | 19c041e7229612e476b0e541ff8304ec58bebe0f (patch) | |
tree | 22e697acbc336cfdedf2dcc2db1c2f8eea628779 /x11-misc | |
parent | more fixes and updates. expect all the rest, plus app-doc/qt-docs (and 3.0.1 ... (diff) | |
download | historical-19c041e7229612e476b0e541ff8304ec58bebe0f.tar.gz historical-19c041e7229612e476b0e541ff8304ec58bebe0f.tar.bz2 historical-19c041e7229612e476b0e541ff8304ec58bebe0f.zip |
more fixes and updates. expect all the rest, plus app-doc/qt-docs (and 3.0.1 qt and
qt-docs) ebuilds tomorrow evening IST.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/toolbox/toolbox-0.6.0-r1.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild b/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild index d21552b18442..298c81ff87a6 100644 --- a/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild +++ b/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild @@ -1,28 +1,26 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.2 2001/12/29 21:45:09 danarmak Exp $ - -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="blackbox style file configuration utility" -SRC_URI="http://movingparts.windsofstorm.net/bbkeys/${A}" -HOMEPAGE="http://movingparts.windsofstorm.net/code.shtml#toolbox" +SRC_URI="http://movingparts.windsofstorm.net/bbkeys/${P}.tar.tz" +HOMEPAGE="http://movingparts.windsofstorm.net/code.shtml\#toolbox" DEPEND=">=x11-wm/blackbox-0.61 - >=x11-libs/qt-x11-2.3.0" + >=x11-libs/qt-2.3.0" src_compile() { - try ./configure --prefix=/usr --host=${CHOST} - try emake + QTDIr=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die + emake || die } src_install () { - try make DESTDIR=${D} install + make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO } |