]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/reiserfsprogs.
authorStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:10:28 +0000 (12:10 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 25 Aug 2009 16:10:28 +0000 (12:10 -0400)
lfs/reiserfsprogs

index 91a82bc80c352e3b8d47f563ab74f24da3a1846c..6ea19ff9bb29819e559e2ed9907c749272281db8 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = reiserfsprogs
 PKG_VER    = 3.6.21
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,21 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Filesystems
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+URL        = http://www.kernel.org/pub/linux/utils/fs/reiserfs/
+LICENSE    = 
+SHORT_DESC = Tools for ReiserFS filesystems.
+
+define LONG_DESC
+       This package contains utilities to create, check, resize, and debug ReiserFS filesystems.
+endef
 
 ###############################################################################
 # Top-level Rules