summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoe Bormolini <lordjoe@gentoo.org>2001-08-15 07:06:43 +0000
committerJoe Bormolini <lordjoe@gentoo.org>2001-08-15 07:06:43 +0000
commit64e2f8a37ee721e40a305c5a0ebf46110c0166a3 (patch)
tree57031194a033fab65bd073e9bb730e8f6ba43aac /x11-wm
parentbbkeysconf for new bbkeys (diff)
downloadhistorical-64e2f8a37ee721e40a305c5a0ebf46110c0166a3.tar.gz
historical-64e2f8a37ee721e40a305c5a0ebf46110c0166a3.tar.bz2
historical-64e2f8a37ee721e40a305c5a0ebf46110c0166a3.zip
New bbkeys... no more stupid-ness in ebuild (i hope)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/bbkeys/bbkeys-0.8.2.ebuild27
-rw-r--r--x11-wm/bbkeys/files/digest-bbkeys-0.8.21
2 files changed, 28 insertions, 0 deletions
diff --git a/x11-wm/bbkeys/bbkeys-0.8.2.ebuild b/x11-wm/bbkeys/bbkeys-0.8.2.ebuild
new file mode 100644
index 000000000000..a7c2466616ce
--- /dev/null
+++ b/x11-wm/bbkeys/bbkeys-0.8.2.ebuild
@@ -0,0 +1,27 @@
+# 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>
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
+SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${A}"
+HOMEPAGE="http://movingparts.thelinuxcommunity.org"
+
+DEPEND=">=x11-wm/blackbox-0.61"
+
+src_compile() {
+
+ try ./configure --prefix=/usr/X11R6 --host=${CHOST}
+ try emake
+
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ cd /usr/X11R6/bin/wm
+ cp blackbox blackbox.bak
+ sed -e s:.*blackbox:"exec /usr/X11R6/bin/bbkeys \&\n&": blackbox.bak > blackbox
+}
+
diff --git a/x11-wm/bbkeys/files/digest-bbkeys-0.8.2 b/x11-wm/bbkeys/files/digest-bbkeys-0.8.2
new file mode 100644
index 000000000000..5016d7965c30
--- /dev/null
+++ b/x11-wm/bbkeys/files/digest-bbkeys-0.8.2
@@ -0,0 +1 @@
+MD5 ce506020fbb17dab286129dcde444ffa bbkeys-0.8.2.tar.gz