]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/keylaunch/keylaunch_2.0.7.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / keylaunch / keylaunch_2.0.7.bb
1 inherit gpe
2
3 DEPENDS = "virtual/xserver xtst xau xpm"
4 SECTION = "gpe"
5 LICENSE = "GPL"
6 DESCRIPTION = "A small utility for binding commands to a hot key.\
7  Keylaunch is a minimal utility for associating commands with hot keys. This\
8  GPE version is intended for use with the special keys found on most handheld\
9  computers. You can connect each key to a program of your choice; if the\
10  program is already running, keylaunch can bring its window to the front\
11  rather than just running another copy."
12 PR = "r1"
13
14 SRC_URI += " file://keylaunchrc"
15
16 do_install_prepend () {
17         install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
18 }
19
20 export CVSBUILD="no"