sispmctl: moved to github
git-svn-id: svn://svn.openwrt.org/openwrt/packages@43288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
66593c68c9
commit
da0ea89c4a
@ -1,50 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2008-2011 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sispmctl
|
||||
PKG_VERSION:=3.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
||||
PKG_MD5SUM:=eca3d5803a29617432ef9f609be59bad
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/sispmctl
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Silver Shield PM Control for Linux
|
||||
URL:=http://sispmctl.sourceforge.net/
|
||||
DEPENDS:=+libusb-compat
|
||||
endef
|
||||
|
||||
define Package/sispmctl/description
|
||||
The sispmctl tool can control Gembird SIS-PM Silver Shield
|
||||
programmable power outlet strips (also known under the name
|
||||
Revolt Intelli-Plug) from the command line.
|
||||
.
|
||||
It can be used to switch on or off any of the programmable
|
||||
power sockets of the SIS-PM via USB. It can also show the
|
||||
current status of each power socket, and it can handle
|
||||
multiple SIS-PM devices, too.
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-webless \
|
||||
--disable-dependency-tracking
|
||||
|
||||
define Package/sispmctl/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,sispmctl))
|
Loading…
x
Reference in New Issue
Block a user