From: Stefan Schantl Date: Tue, 25 Aug 2009 16:10:28 +0000 (-0400) Subject: Added additional information to lfs/reiserfsprogs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14c8d06e4bffae8b2f534ee708d43189aea4fec;p=ipfire-3.x.git Added additional information to lfs/reiserfsprogs. --- diff --git a/lfs/reiserfsprogs b/lfs/reiserfsprogs index 91a82bc80..6ea19ff9b 100644 --- a/lfs/reiserfsprogs +++ b/lfs/reiserfsprogs @@ -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