[oe-commits] org.oe.dev g15daemon: Added new package.

ccsmart commit openembedded-commits at lists.openembedded.org
Sun Jan 14 20:41:03 UTC 2007


g15daemon: Added new package.

Author: ccsmart at openembedded.org
Branch: org.openembedded.dev
Revision: ac3259129aa9e24464a531959a52a68e43045b0a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ac3259129aa9e24464a531959a52a68e43045b0a
Files:
1
packages/g15daemon
packages/g15daemon/g15daemon_1.2.6a.bb
Diffs:

#
# mt diff -r4a15fa8e1fed65839700f927fa8e4e8c0ef1b55f -rac3259129aa9e24464a531959a52a68e43045b0a
#
# 
# 
# add_dir "packages/g15daemon"
# 
# add_file "packages/g15daemon/g15daemon_1.2.6a.bb"
#  content [499d22864855b9b683a26f98e45e50cc15a03ca4]
# 
============================================================
--- packages/g15daemon/g15daemon_1.2.6a.bb	499d22864855b9b683a26f98e45e50cc15a03ca4
+++ packages/g15daemon/g15daemon_1.2.6a.bb	499d22864855b9b683a26f98e45e50cc15a03ca4
@@ -0,0 +1,19 @@
+DESCRIPTION = "G15daemon  takes control of the G15 keyboard, \
+allowing the use of all keys through the linux kernel uinput \
+device driver.  It  also controls  the use of the keyboard's \
+LCD display, allows multiple, simultaneous client applications \
+to connect, and gives  the  user the  ability to switch between \
+client apps at the press of a button."
+HOMEPAGE = "http://g15tools.sourceforge.net"
+LICENSE = "GPLv2"
+SECTION = "console/utils"
+PRIORITY = "optional"
+DEPENDS = "libdaemon libg15"
+RDEPENDS = "libg15"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/g15daemon/g15daemon-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-build-docs"
+






More information about the Openembedded-commits mailing list