From b7b337ebd013d2651b34ac5ba43f79609e836824 Mon Sep 17 00:00:00 2001 From: Grant Goodyear Date: Thu, 4 Jul 2002 23:14:23 +0000 Subject: New version; thanks to Matt Behrens --- x11-misc/bbconf/ChangeLog | 8 +++++++- x11-misc/bbconf/bbconf-1.6.ebuild | 24 ++++++++++++++++++++++++ x11-misc/bbconf/files/digest-bbconf-1.6 | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 x11-misc/bbconf/bbconf-1.6.ebuild create mode 100644 x11-misc/bbconf/files/digest-bbconf-1.6 (limited to 'x11-misc/bbconf') diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index b85e33569758..27b9716d5a78 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2002/04/11 03:32:36 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.3 2002/07/04 23:14:23 g2boojum Exp $ + +*bbconf-1.06 (04 Jul 2002) + + 04 Jul 2002; Grant Goodyear ChangeLog : + + new version; thanks to Matt Behrens *bbconf-1.2-r1 (10 Apr 2002) 10 Apr 2002; Spider bbconf-1.2-r1.ebuild: Fix qt related configure flag. diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild new file mode 100644 index 000000000000..3babcdd73577 --- /dev/null +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Grant Goodyear +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.1 2002/07/04 23:14:23 g2boojum 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" + +LICENSE="GPL-2" +SLOT="0" + +DEPEND="virtual/x11 + >=x11-libs/qt-3.0.3" + +src_compile () { + ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/x11-misc/bbconf/files/digest-bbconf-1.6 b/x11-misc/bbconf/files/digest-bbconf-1.6 new file mode 100644 index 000000000000..18edb2569c11 --- /dev/null +++ b/x11-misc/bbconf/files/digest-bbconf-1.6 @@ -0,0 +1 @@ +MD5 e5f35f2c8f8332b9d997f829bf14d7b1 bbconf-1.6.tar.gz 687087 -- cgit v1.2.3-65-gdbad