diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-15 22:20:42 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-15 22:20:42 +0000 |
commit | 780360069866e094327888addd85f9effcd92e96 (patch) | |
tree | 7f350a930fa288b62555c7bb8bd8bf86b19806a5 /x11-misc/bbconf | |
parent | new shadow package (diff) | |
download | historical-780360069866e094327888addd85f9effcd92e96.tar.gz historical-780360069866e094327888addd85f9effcd92e96.tar.bz2 historical-780360069866e094327888addd85f9effcd92e96.zip |
New ebuild. Uses the new default src_compile(); cool!!!
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2.ebuild | 18 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.2 | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/bbconf/bbconf-1.2.ebuild b/x11-misc/bbconf/bbconf-1.2.ebuild new file mode 100644 index 000000000000..92dc090aa795 --- /dev/null +++ b/x11-misc/bbconf/bbconf-1.2.ebuild @@ -0,0 +1,18 @@ +# 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.ebuild,v 1.1 2002/01/15 22:20:42 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" + +DEPEND="virtual/x11 + x11-libs/qt" + +#RDEPEND="" + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/x11-misc/bbconf/files/digest-bbconf-1.2 b/x11-misc/bbconf/files/digest-bbconf-1.2 new file mode 100644 index 000000000000..ddd1dfeb9d80 --- /dev/null +++ b/x11-misc/bbconf/files/digest-bbconf-1.2 @@ -0,0 +1 @@ +MD5 09da21749c13b72681a50bcb76f37484 bbconf-1.2.tar.gz 565248 |