PKG_NAME = openssh
PKG_VER = 5.1p1
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
DIR_APP = $(DIR_SRC)/$(THISAPP)
+OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+
+MAINTAINER =
+GROUP = Applications/Internet
CORE = yes
EXTRA = no
DEBUG = no
-
BUILD_DEPS =
DEPS = openssl pam
-OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+LICENSE = BSD
+URL = http://www.openssh.com/portable.html
+SHORT_DESC = An open source implementation of SSH protocol versions 1 and 2.
+
+define LONG_DESC
+ SH (Secure SHell) is a program for logging into and executing \
+ commands on a remote machine. SSH is intended to replace rlogin and \
+ rsh, and to provide secure encrypted communications between two \
+ untrusted hosts over an insecure network.
+endef
###############################################################################
# Top-level Rules