From: Stefan Schantl Date: Wed, 5 Aug 2009 18:39:48 +0000 (+0200) Subject: Added additional information to lfs/pomona. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32601a10d46bf871b48562a41f4a237ed0fce200;p=ipfire-3.x.git Added additional information to lfs/pomona. --- diff --git a/lfs/pomona b/lfs/pomona index 6bc35ac02..c67dc90d6 100644 --- a/lfs/pomona +++ b/lfs/pomona @@ -26,15 +26,28 @@ include Config PKG_NAME = pomona PKG_VER = ipfire +PKG_REL = 0 THISAPP = $(PKG_NAME) DIR_APP = $(DIR_SOURCE)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Installer CORE = no EXTRA = no DEBUG = no +DEPS = popt parted python-parted e2fsprogs +BUILD_DEPS = + +LICENSE = GPLv3+ +URL = http://www.ipfire.org +SHORT_DESC = The IPFire 3.x installer. + +define LONG_DESC + Pomona is the installer for IPFire 3.x. +endef ############################################################################### # Top-level Rules