diff --git a/utils/triggerhappy/Makefile b/utils/triggersad/Makefile similarity index 83% rename from utils/triggerhappy/Makefile rename to utils/triggersad/Makefile index 62415ef..04f22ba 100644 --- a/utils/triggerhappy/Makefile +++ b/utils/triggersad/Makefile @@ -5,26 +5,26 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=triggerhappy +PKG_NAME:=triggersad PKG_VERSION:=0.1.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://github.com/wertarbyte/triggerhappy/tarball/release/ +PKG_SOURCE:=wertarbyte-triggerhappy-release-0.1.3-0-gf7c4216.tar.gz +PKG_SOURCE_URL:=http://download.github.com/ PKG_MD5SUM:=7da137a7d2ba1ce396231e821e68de4e PKG_BUILD_DIR:=$(BUILD_DIR)/wertarbyte-triggerhappy-f7c4216/ include $(INCLUDE_DIR)/package.mk -define Package/triggerhappy +define Package/triggersad SECTION:=utils CATEGORY:=Utilities TITLE:=handle input events and run configured programs URL:=http://github.com/wertarbyte/triggerhappy endef -define Package/triggerhappy/description +define Package/triggersad/description triggerhappy - handle input events and run configured programs The daemon thd can handle hotplugged input devices and is configured through simple configuration files in /etc/triggerhappy/triggers.d/. @@ -36,7 +36,7 @@ MAKE_FLAGS += \ MAKE_VARS += TOOLCHAIN_DIR=$(TOOLCHAIN_DIR) -define Package/triggerhappy/install +define Package/triggersad/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/etc $(INSTALL_DIR) $(1)/etc/init.d @@ -50,4 +50,4 @@ define Package/triggerhappy/install $(INSTALL_BIN) ./files/triggerhappy-example.conf $(1)/etc/triggerhappy/triggers.d/example.conf endef -$(eval $(call BuildPackage,triggerhappy)) +$(eval $(call BuildPackage,triggersad)) diff --git a/utils/triggerhappy/files/triggerhappy-example.conf b/utils/triggersad/files/triggerhappy-example.conf similarity index 100% rename from utils/triggerhappy/files/triggerhappy-example.conf rename to utils/triggersad/files/triggerhappy-example.conf diff --git a/utils/triggerhappy/files/triggerhappy.hotplug b/utils/triggersad/files/triggerhappy.hotplug similarity index 100% rename from utils/triggerhappy/files/triggerhappy.hotplug rename to utils/triggersad/files/triggerhappy.hotplug diff --git a/utils/triggerhappy/files/triggerhappy.init b/utils/triggersad/files/triggerhappy.init similarity index 100% rename from utils/triggerhappy/files/triggerhappy.init rename to utils/triggersad/files/triggerhappy.init diff --git a/utils/triggerhappy/patches/001-input.patch b/utils/triggersad/patches/001-input.patch similarity index 100% rename from utils/triggerhappy/patches/001-input.patch rename to utils/triggersad/patches/001-input.patch