From: Stefan Schantl Date: Wed, 24 Jun 2009 18:49:30 +0000 (+0200) Subject: Added additional information to lfs/openssh. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5984069160c5ed4e763e490efdfc361944811c;p=ipfire-3.x.git Added additional information to lfs/openssh. --- diff --git a/lfs/openssh b/lfs/openssh index 1e1aa6924..418eb1cd3 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -26,19 +26,32 @@ include Config 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