From: Stefan Schantl Date: Fri, 26 Jun 2009 17:30:23 +0000 (+0200) Subject: Added additional information to lfs/pam. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f7fd7f5427376a71df406869749d30b0df40dc;p=ipfire-3.x.git Added additional information to lfs/pam. --- diff --git a/lfs/pam b/lfs/pam index 0caae8da2..57b97bca1 100644 --- a/lfs/pam +++ b/lfs/pam @@ -26,19 +26,31 @@ include Config PKG_NAME = Linux-PAM PKG_VER = 1.0.4 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) +OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) + +MAINTAINER = +GROUP = System/Base CORE = yes EXTRA = no DEBUG = no - BUILD_DEPS = bison flex DEPS = cracklib -OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +LICENSE = BSD and GPLv2+ and BSD with advertising +URL = http://www.us.kernel.org/pub/linux/libs/pam/index.html +SHORT_DESC = An extensible library which provides authentication for applications. + +define LONG_DESC + PAM (Pluggable Authentication Modules) is a system security tool that \ + allows system administrators to set authentication policy without \ + having to recompile programs that handle authentication. +endef ############################################################################### # Top-level Rules