add lineak (Linux support for Easy Access and Internet Keyboards) courtesy Justin...
authorMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jul 2005 10:29:34 +0000 (10:29 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 21 Jul 2005 10:29:34 +0000 (10:29 +0000)
packages/lineak/.mtn2git_empty [new file with mode: 0644]
packages/lineak/files/.mtn2git_empty [new file with mode: 0644]
packages/lineak/files/add-zaurus-remote-support.patch [new file with mode: 0644]
packages/lineak/lineak_0.8.3.bb [new file with mode: 0644]

diff --git a/packages/lineak/.mtn2git_empty b/packages/lineak/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/lineak/files/.mtn2git_empty b/packages/lineak/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/lineak/files/add-zaurus-remote-support.patch b/packages/lineak/files/add-zaurus-remote-support.patch
new file mode 100644 (file)
index 0000000..a5cfe9f
--- /dev/null
@@ -0,0 +1,26 @@
+--- lineakd-0.8.3/lineakd/lineakkb.def 2005-03-02 04:15:39.000000000 -0800
++++ lineakd-0.8.3/lineakd/lineakkb.def.new     2005-07-14 20:50:40.000000000 -0700
+@@ -1166,6 +1166,23 @@
+ #### END CodeGen Keyboards ####
++#### Sharp Zaurus Remotes ####
++
++[CE-RH2]
++  brandname = "Sharp"
++  modelname = "Sharp CE-RH2"
++  [KEYS]
++    AudioPlay|Pause  = 72
++    AudioRaiseVolume = 126
++    AudioLowerVolume = 127
++    AudioMute        = 128
++    AudioStop        = 76
++    AudioPrev        = 124
++    AudioNext        = 116
++  [END KEYS]
++[END CE-RH2]
++
++#### END Sharp Zaurus Remotes ####
+ #### Compaq keyboards ####
diff --git a/packages/lineak/lineak_0.8.3.bb b/packages/lineak/lineak_0.8.3.bb
new file mode 100644 (file)
index 0000000..7b04db5
--- /dev/null
@@ -0,0 +1,22 @@
+DESCRIPTION = "lineakd"
+SECTION = "gpe/multimedia"
+HOMEPAGE = "http://lineak.sourceforge.net"
+LICENSE = "GPLv2"
+MAINTAINER = "Justin Patrin <papercrane@reversefold.com>"
+DEPENDS = "x11 xext"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lineak/lineakd-${PV}.tar.gz \
+           file://add-zaurus-remote-support.patch;patch=1"
+
+inherit autotools
+
+do_install () {
+       oe_runmake 'mandir=${D}/usr/share/man' 'pkglibdir=${D}/usr/lib' 'sysconfdir=${D}/etc' 'DESTDIR=${D}' install
+}
+
+PACKAGES += "${PN}-lib"
+
+FILES_${PN}-lib += " \
+  ${libdir}/liblineak*"
+