]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/libuser.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 8 May 2009 12:21:21 +0000 (14:21 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 8 May 2009 12:21:21 +0000 (14:21 +0200)
lfs/libuser

index e3a390fa9fdaca5510ef67fd9be5a23cf48561f2..c6427403f1ea3d484d914326c891ab720603b5e9 100644 (file)
@@ -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