From: Stefan Schantl Date: Fri, 26 Jun 2009 17:44:40 +0000 (+0200) Subject: Added additional information to lfs/parted. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034e6678d8ce7818baf2ce9e7d5bd324544a3e21;p=ipfire-3.x.git Added additional information to lfs/parted. --- diff --git a/lfs/parted b/lfs/parted index 174650f4d..0dc506051 100644 --- a/lfs/parted +++ b/lfs/parted @@ -26,6 +26,7 @@ include Config PKG_NAME = parted PKG_VER = 1.8.8 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,24 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Applications/System CORE = yes EXTRA = no DEBUG = no +BUILD_DEPS = +DEPS = libtool + +LICENSE = GPLv3+ +URL = http://www.gnu.org/software/parted +SHORT_DESC = The GNU disk partition manipulation program. + +define LONG_DESC + The GNU Parted program allows you to create, destroy, resize, move, \ + and copy hard disk partitions. Parted can be used for creating space \ + for new operating systems, reorganizing disk usage, and copying data \ + to new hard disks. +endef ############################################################################### # Top-level Rules