aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libg15
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2007-01-13 17:11:21 +0000
committerccsmart <ccsmart@smartpal.de>2007-01-13 17:11:21 +0000
commit4409b2e63351c116a61cae3400abd82bb1820cb2 (patch)
tree32bc25cd6aa9783bb95d6bd0dad3db2cea6dbfce /packages/libg15
parent8f0b491e11744e54962c390a2725abb8955b983d (diff)
downloadopenembedded-4409b2e63351c116a61cae3400abd82bb1820cb2.tar.gz
libg15: added new package
Diffstat (limited to 'packages/libg15')
-rw-r--r--packages/libg15/.mtn2git_empty0
-rw-r--r--packages/libg15/libg15_1.2.1.bb12
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/libg15/.mtn2git_empty b/packages/libg15/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libg15/.mtn2git_empty
diff --git a/packages/libg15/libg15_1.2.1.bb b/packages/libg15/libg15_1.2.1.bb
new file mode 100644
index 0000000000..520c9441b8
--- /dev/null
+++ b/packages/libg15/libg15_1.2.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "This is a library to handle the LCD and extra keys on the Logitech G15 Gaming Keyboard."
+HOMEPAGE = "http://g15tools.sourceforge.net"
+LICENSE = "GPLv2"
+SECTION = "console/utils"
+PRIORITY = "optional"
+DEPENDS = "libusb"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/g15tools/libg15-${PV}.tar.bz2"
+
+inherit autotools
+