diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:19:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-15 15:19:06 +0000 |
commit | 4ee6def0016f0e6fa4c03a236ba08a2616bda9a7 (patch) | |
tree | d3abe246cad76e41ac5abf997400148c7e6d0866 /x11-misc/bbppp | |
parent | Allowed for virtual/blackbox so that bb apps can be installed with fluxbox as... (diff) | |
download | gentoo-2-4ee6def0016f0e6fa4c03a236ba08a2616bda9a7.tar.gz gentoo-2-4ee6def0016f0e6fa4c03a236ba08a2616bda9a7.tar.bz2 gentoo-2-4ee6def0016f0e6fa4c03a236ba08a2616bda9a7.zip |
Updated bb applications to use virtual/blackbox dependency
Diffstat (limited to 'x11-misc/bbppp')
-rw-r--r-- | x11-misc/bbppp/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/bbppp/bbppp-0.2.2-r2.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/bbppp/files/digest-bbppp-0.2.2-r2 | 1 |
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-misc/bbppp/ChangeLog b/x11-misc/bbppp/ChangeLog index 094d11e777bd..28a5a55ed48b 100644 --- a/x11-misc/bbppp/ChangeLog +++ b/x11-misc/bbppp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/bbppp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.2 2002/03/15 15:19:06 seemant Exp $ + +*bbppp-0.2.2-r2 (15 Mar 2002) + + 15 Mar 2002; Seemant Kulleen <seemant@gentoo.org> bbppp-0.2.2-r2.ebuild : + + Changed DEPEND to virtual/blackbox so as to allow this to run with fluxbox + only installed. *bbppp-0.2.2-r1 (1 Feb 2002) diff --git a/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild b/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild new file mode 100644 index 000000000000..db68ed17bd8e --- /dev/null +++ b/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Joe Bormolini <lordjoe@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.2-r2.ebuild,v 1.1 2002/03/15 15:19:06 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="blackbox ppp frontend/monitor" +SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbppp" + +DEPEND="virtual/blackbox" + +src_compile() { + ./configure --prefix=/usr --host=${CHOST} || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog NEWS TODO data/README.bbppp +} + +pkg_postinst() { + cd ${ROOT}usr/X11R6/bin/wm + if [ ! "`grep bbppp blackbox`" ] ; then + sed -e "s/.*blackbox/exec \/usr\/bin\/bbppp \&\n&/" blackbox | cat > blackbox + fi +} diff --git a/x11-misc/bbppp/files/digest-bbppp-0.2.2-r2 b/x11-misc/bbppp/files/digest-bbppp-0.2.2-r2 new file mode 100644 index 000000000000..ea825a369575 --- /dev/null +++ b/x11-misc/bbppp/files/digest-bbppp-0.2.2-r2 @@ -0,0 +1 @@ +MD5 e1e8a4795c5446688144ec25112a5b40 bbppp-0.2.2.tar.gz 81182 |