From: Stefan Schantl Date: Mon, 27 Apr 2009 21:13:30 +0000 (+0200) Subject: Added additional information to lfs/xfsprogs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9433278711ab8fea411aaf002ef7e27061b67c6b;p=ipfire-3.x.git Added additional information to lfs/xfsprogs --- diff --git a/lfs/xfsprogs b/lfs/xfsprogs index a45421e63..99a63203f 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -26,6 +26,7 @@ include Config PKG_NAME = xfsprogs PKG_VER = 2.10.2 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP)-1.tar.bz2 @@ -33,6 +34,20 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Filesystems +EXTRA = no +DEBUG = no +DEPS = + +URL = http://oss.sgi.com/projects/xfs/ +LICENSE = GPL+ and LGPLv2+ +SHORT_DESC = Utilities for managing the XFS filesystem. + +define LONG_DESC + A set of commands to use the XFS filesystem, including mkfs.xfs. +endif + ############################################################################### # Top-level Rules ############################################################################### @@ -40,12 +55,15 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) objects = $(DL_FILE) \ $(THISAPP)-parallel-build.patch +download: $(objects) + info: $(DO_PKG_INFO) install: $(OBJECT) -download : $(objects) +package: + @$(DO_PACKAGE) $(objects) : @$(LOAD)