From: Stefan Schantl Date: Fri, 8 May 2009 12:21:21 +0000 (+0200) Subject: Added additional information to lfs/libuser. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=420c726595074caa461efb016a837c9030d99a99;p=ipfire-3.x.git Added additional information to lfs/libuser. --- diff --git a/lfs/libuser b/lfs/libuser index e3a390fa9..c6427403f 100644 --- a/lfs/libuser +++ b/lfs/libuser @@ -26,6 +26,7 @@ include Config PKG_NAME = libuser PKG_VER = 0.56.9 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,22 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +DEPS = + +URL = https://fedorahosted.org/libuser/ +LICENSE = LGPLv2+ +SHORT_DESC = A user and group account administration library. + +define LONG_DESC + The libuser library implements a standardized interface for \ + manipulating and administering user and group accounts. The \ + library uses pluggable back-ends to interface to its data sources. +endef ############################################################################### # Top-level Rules