From: Stefan Schantl Date: Wed, 5 Aug 2009 19:17:25 +0000 (+0200) Subject: Added additional information to lfs/python-parted. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b93f036f1f53f19e0cfd0a1e2c229280a6360b;p=ipfire-3.x.git Added additional information to lfs/python-parted. --- diff --git a/lfs/python-parted b/lfs/python-parted index 4041240f5..9bab84b8e 100644 --- a/lfs/python-parted +++ b/lfs/python-parted @@ -26,6 +26,7 @@ include Config PKG_NAME = pyparted PKG_VER = 1.8.9 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 @@ -33,9 +34,22 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +DEPS = parted python +BUILD_DEPS = + +LICENSE = GPLv2+ +URL = http://fedorahosted.org/pyparted +SHORT_DESC = Python module for GNU parted. + +define LONG_DESC + Python module for the parted library. It is used for manipulating \ + partition tables. +endef ############################################################################### # Top-level Rules