From 0a95e15cdc87de0136734e784d487f9b03170bbb Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Jan 2011 02:07:27 +0100 Subject: initial checkin of my nanonote ports feed, including a small README. --- keymouse/Makefile | 32 +++++++++++++++++++++++++++++++ keymouse/patches/001-no-x11-include.patch | 10 ++++++++++ 2 files changed, 42 insertions(+) create mode 100644 keymouse/Makefile create mode 100644 keymouse/patches/001-no-x11-include.patch (limited to 'keymouse') diff --git a/keymouse/Makefile b/keymouse/Makefile new file mode 100644 index 0000000..541f6e5 --- /dev/null +++ b/keymouse/Makefile @@ -0,0 +1,32 @@ +include $(TOPDIR)/rules.mk + +PKG_NAME:=keymouse +PKG_VERSION:=0.1 +PKG_RELEASE:=1 + +PKG_SOURCE:=keymouse-$(PKG_VERSION).tar.gz +#PKG_SOURCE_URL:= +PKG_MD5SUM:=931d3125584f5abf1d8323bf1fec95e0 + +PKG_BUILD_DIR=$(BUILD_DIR)/keymouse-$(PKG_VERSION) + +include $(INCLUDE_DIR)/package.mk + +define Package/keymouse + SECTION:=utils + CATEGORY:=Utilities + DEPENDS:= + TITLE:=Keyboard mouse emulator + URL:=http://keymouse.berlios.de/ +endef + +define Package/keymouse/description +Keyboard mouse emulator +endef + +define Package/keymouse/install + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/keymouse $(1)/usr/bin/ +endef + +$(eval $(call BuildPackage,keymouse)) diff --git a/keymouse/patches/001-no-x11-include.patch b/keymouse/patches/001-no-x11-include.patch new file mode 100644 index 0000000..33f0ebf --- /dev/null +++ b/keymouse/patches/001-no-x11-include.patch @@ -0,0 +1,10 @@ +--- a/src/shortcut.h 2010-09-25 20:29:03.237575472 +0200 ++++ b/src/shortcut.h 2010-09-25 20:29:20.167570555 +0200 +@@ -26,7 +26,6 @@ + #define SHORTCUT_H + + #include +-#include + #include "device.h" + + /*! \brief Valid actions for config file -- cgit v1.2.3