diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 23:18:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 23:18:27 +0000 |
commit | b0e379db0dab3a001e66bcd0c9d372ceaa0062e5 (patch) | |
tree | 3cfe965c23d51e6e7793720a15a303c484061fe3 /x11-misc/bbrb/bbrb-0.4.1.ebuild | |
parent | forgot this one :) (diff) | |
download | gentoo-2-b0e379db0dab3a001e66bcd0c9d372ceaa0062e5.tar.gz gentoo-2-b0e379db0dab3a001e66bcd0c9d372ceaa0062e5.tar.bz2 gentoo-2-b0e379db0dab3a001e66bcd0c9d372ceaa0062e5.zip |
small update
Diffstat (limited to 'x11-misc/bbrb/bbrb-0.4.1.ebuild')
-rw-r--r-- | x11-misc/bbrb/bbrb-0.4.1.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-misc/bbrb/bbrb-0.4.1.ebuild b/x11-misc/bbrb/bbrb-0.4.1.ebuild index ec3311f9dccd..25d40db33dfa 100644 --- a/x11-misc/bbrb/bbrb-0.4.1.ebuild +++ b/x11-misc/bbrb/bbrb-0.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Author: Stacy Keast <slik@telusplanet.net> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.2 2002/05/27 17:27:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.3 2002/06/06 23:18:27 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="blackbox background manager." @@ -15,16 +15,17 @@ RDEPEND="media-gfx/xv x11-terms/eterm virtual/blackbox" +SLOT="0" +LICENSE="GPL-2" + src_install () { einstall || die } pkg_postinst() { - if [ -f /usr/bin/fluxbox ] - then - einfo - einfo "Warning: This will NOT work for fluxbox" - einfo - fi + ( [ -f /usr/bin/fluxbox ] || [ -f /usr/bin/openbox ] ) && ( \ + einfo "Please see http://bbrb.sf.net to make this work with" + einfo "fluxbox/openbox" + ) } |