diff options
author | 2002-04-11 03:32:37 +0000 | |
---|---|---|
committer | 2002-04-11 03:32:37 +0000 | |
commit | 17326a0a0db703c40943b85bc9411664fa10f3d3 (patch) | |
tree | 967c8a25558c2ac076586505ebde580a4708a394 /x11-misc/bbconf | |
parent | Removed virtual/jdk-1.3 and made it virtual/jdk -- portage doesn't (diff) | |
download | historical-17326a0a0db703c40943b85bc9411664fa10f3d3.tar.gz historical-17326a0a0db703c40943b85bc9411664fa10f3d3.tar.bz2 historical-17326a0a0db703c40943b85bc9411664fa10f3d3.zip |
updated configure for qt 2.2
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2-r1.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.2-r1 | 1 |
3 files changed, 28 insertions, 1 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 54da847eeb6b..b85e33569758 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.2 2002/04/11 03:32:36 spider Exp $ +*bbconf-1.2-r1 (10 Apr 2002) + 10 Apr 2002; Spider <spider@gentoo.org> bbconf-1.2-r1.ebuild: + Fix qt related configure flag. *bbconf-1.2 (1 Feb 2002) diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild new file mode 100644 index 000000000000..bf8c720898eb --- /dev/null +++ b/x11-misc/bbconf/bbconf-1.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Grant Goodyear <g2boojum@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.1 2002/04/11 03:32:36 spider Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="All-in-one blackbox configuration tool." +SRC_URI="http://${PN}.sourceforge.net/code/${P}.tar.gz" +HOMEPAGE="http://bbconf.sourceforge.net" + +DEPEND="virtual/x11 + =x11-libs/qt-2*" + +#RDEPEND="" + +src_compile () { + ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/2 || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/x11-misc/bbconf/files/digest-bbconf-1.2-r1 b/x11-misc/bbconf/files/digest-bbconf-1.2-r1 new file mode 100644 index 000000000000..a597a2958686 --- /dev/null +++ b/x11-misc/bbconf/files/digest-bbconf-1.2-r1 @@ -0,0 +1 @@ +MD5 09da21749c13b72681a50bcb76f37484 bbconf-1.2.tar.gz 559768 |