diff options
-rw-r--r-- | x11-wm/bbkeys/bbkeys-0.8.2.ebuild | 27 | ||||
-rw-r--r-- | x11-wm/bbkeys/files/digest-bbkeys-0.8.2 | 1 |
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 |