1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 02:46:23 +03:00

triggerhappy: rename it to triggersad, update download URL

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-11-21 00:01:36 +08:00
parent 43d6002c2d
commit 9417998cb0
5 changed files with 7 additions and 7 deletions

View File

@ -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))