aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jlime/jlime-extras_1.0.bb
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-10-30 21:42:34 +0300
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-03 16:51:19 +0100
commit9573c1eecb18fc019017ff69c38d58d5ba12051a (patch)
tree1f925dc2749dd4e4cb4cfde54a47453c0a1e7471 /recipes/jlime/jlime-extras_1.0.bb
parentb2e1b766abe2fb512943d77ada4f7f04b748b3f4 (diff)
downloadopenembedded-9573c1eecb18fc019017ff69c38d58d5ba12051a.tar.gz
jlime: Add several small jlime-specific recipes.
* Added fileselector-1.0, a simple file-selector in C and SDL. * Added fnkey-1.0, which is used to emulate a Mode_Shift + Shift keypress using xdotool on pressing the Fn key. This is mainly for the ben-nanonote, and is hackish, but works. * Added gtk-engine-industrial for gtk-1.2, since we still use gtk-1.2 applications in jlime, and gtk-1.2 looks ugly by default. This helps. * Added jlime-extras, a package which adds several files (initscripts, configuration files, other support files), some of which replace files found in other packages. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/jlime/jlime-extras_1.0.bb')
-rw-r--r--recipes/jlime/jlime-extras_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/jlime/jlime-extras_1.0.bb b/recipes/jlime/jlime-extras_1.0.bb
new file mode 100644
index 0000000000..2ce37df367
--- /dev/null
+++ b/recipes/jlime/jlime-extras_1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Various extras for the Jlime userlands"
+PR = "r0"
+
+PACKAGE_ARCH = "all"
+SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-1.0.tar.gz"
+
+FILES_${PN} = "/etc /usr"
+
+do_install() {
+ install -d ${D}
+ cp -R etc usr ${D}
+}
+
+SRC_URI[md5sum] = "6593cd0509c0f79b091d6b15a92ff65d"
+SRC_URI[sha256sum] = "66800f009e3de2c0541f1d5a6be498fa4b2941f73405fe90d6f4c1b34ca5d2c6"