* Fix menu
 * Cleanup Makefile
 * Refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8224 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli
2007-07-30 12:31:47 +00:00
parent 863819e657
commit 03be4444dd
3 changed files with 13 additions and 12 deletions

View File

@ -10,32 +10,31 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rrs
PKG_VERSION:=1.70
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.cycom.se/uploads/36/19
PKG_MD5SUM:=b400d03c0e39e3e78a7327ba78f789f0
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/rrs/Default
SECTION:=net
CATEGORY:=Network
DEPENDS:=+uclibcxx
MENU:=1
TITLE:=A reverse (connecting) remote shell
URL:=http://www.cycom.se/dl/rrs/
endef
define Package/rrs
$(call Package/rrs/Default)
DEPENDS+= +libopenssl
DEPENDS:=+uclibcxx
TITLE+= (with SSL support)
endef
define Package/rrs-nossl
$(call Package/rrs/Default)
DEPENDS:=rrs
TITLE+= (without SSL support)
endef