summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Bormolini <lordjoe@gentoo.org>2001-10-01 00:20:58 +0000
committerJoe Bormolini <lordjoe@gentoo.org>2001-10-01 00:20:58 +0000
commitcdab070b074f4f624eb21aa1e6b15614dcb87f5d (patch)
tree4708c39ec986d42178849a5edb94621482d8db77 /x11-misc/bbkeys
parentwelcome the new eclass-howto! (diff)
downloadhistorical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.tar.gz
historical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.tar.bz2
historical-cdab070b074f4f624eb21aa1e6b15614dcb87f5d.zip
doesn't put multiple entries in bin/wm now, new version of bbkeys as well
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r--x11-misc/bbkeys/bbkeys-0.8.3.ebuild29
-rw-r--r--x11-misc/bbkeys/files/digest-bbkeys-0.8.31
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-misc/bbkeys/bbkeys-0.8.3.ebuild b/x11-misc/bbkeys/bbkeys-0.8.3.ebuild
new file mode 100644
index 000000000000..6e485d679e8b
--- /dev/null
+++ b/x11-misc/bbkeys/bbkeys-0.8.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2000 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/bbkeys/bbkeys-0.8.3.ebuild,v 1.1 2001/10/01 00:20:58 lordjoe Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
+HOMEPAGE="http://movingparts.thelinuxcommunity.org"
+SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${P}.tar.gz"
+
+DEPEND=">=x11-wm/blackbox-0.61"
+
+src_compile() {
+ ./configure --prefix=/usr/X11R6 --host=${CHOST} || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ rm -rf ${D}/usr/X11R6/doc
+ dodoc AUTHORS ChangeLog README
+}
+
+pkg_postinst() {
+ cd ${ROOT}usr/X11R6/bin/wm
+ if [ ! "`grep bbkeys blackbox`" ] ; then
+ sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbkeys \&\n&/" blackbox | cat > blackbox
+ fi
+}
diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.3 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.3
new file mode 100644
index 000000000000..e7695ae67c83
--- /dev/null
+++ b/x11-misc/bbkeys/files/digest-bbkeys-0.8.3
@@ -0,0 +1 @@
+MD5 f38ea900ad8c6a797833b4d380f737cd bbkeys-0.8.3.tar.gz