Package: bbkeys Version: 0.8.4 Revision: 1022 Source: mirror:sourceforge:%n/%n-%v.tar.gz Source-MD5: 031698484f5e5c7d18eeb87f453bab98 BuildDepends: x11-dev, xmkmf (>= 1.0.2-3), fink (>= 0.24.12) Depends: x11 PatchFile: %n.patch PatchFile-MD5: f3296b9d44f70154f6f48bcde8fb366a PatchScript: sed 's|@PREFIX@|%p|g' <%{PatchFile} | patch -p1 GCC: 4.0 CompileScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config ./configure %c make << InstallScript: << #!/bin/sh -ev export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config make install DESTDIR=%d # clean up make install's mess rm -r %i/doc mkdir -p %i/share mv %i/man %i/share/ << DocFiles: COPYING AUTHORS README README.config Description: Key binding handler for Blackbox DescDetail: << In the Blackbox window manager version 0.60 and higher, a separate application is needed to handle key bindings. This is such a program. << DescPackaging: << Previously maintained by Christian Swinehart << DescUsage: << To create new keybindings use the bbkeysConfigC utility, or add them by hand to your ~/.bbkeysrc file. See the readme file at /share/doc/bbkeys/README for example keybindings. For no apparent reason, this program thinks it should have a window visible at all times. Use the -m argument to make it smaller and slightly more tolerable. << Homepage: http://bbkeys.sourceforge.net/ License: GPL Maintainer: None