]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/openssh.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 24 Jun 2009 18:49:30 +0000 (20:49 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 24 Jun 2009 18:49:30 +0000 (20:49 +0200)
lfs/openssh

index 1e1aa69245b537a48ad0a3fafffc1a26afedad4e..418eb1cd31449adb2c7afd3f655b48203a382bbd 100644 (file)
@@ -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