ser2net: moved to github
git-svn-id: svn://svn.openwrt.org/openwrt/packages@43928 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6d2ae5166f
commit
fe6bf881c3
@ -1,50 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2006-2013 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:=ser2net
|
||||
PKG_VERSION:=2.9.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/ser2net
|
||||
PKG_MD5SUM:=80011ac0e60bbdcb65f1d7a86251e3f3
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ser2net
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Serial port TCP/IP redirector
|
||||
URL:=http://sourceforge.net/projects/ser2net/
|
||||
endef
|
||||
|
||||
define Package/ser2net/description
|
||||
This is ser2net, a program for allowing network connections to serial ports.
|
||||
See the man page for information about using the program. Note that ser2net
|
||||
supports RFC 2217 (remote control of serial port parameters), but you must
|
||||
have a complient client.
|
||||
endef
|
||||
|
||||
define Package/ser2net/conffiles
|
||||
/etc/ser2net.conf
|
||||
endef
|
||||
|
||||
# uses GNU configure
|
||||
|
||||
define Package/ser2net/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ser2net $(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_CONF) $(PKG_BUILD_DIR)/ser2net.conf $(1)/etc/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ser2net))
|
Loading…
x
Reference in New Issue
Block a user