From: Stefan Schantl Date: Wed, 5 Aug 2009 18:47:09 +0000 (+0200) Subject: Added additional information to lfs/pyfire. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11b7961cbd4e2abb7bf45f6d3ea758a6fb66d62;p=ipfire-3.x.git Added additional information to lfs/pyfire. --- diff --git a/lfs/pyfire b/lfs/pyfire index 9025ddb0a..e1277a9e7 100644 --- a/lfs/pyfire +++ b/lfs/pyfire @@ -26,15 +26,28 @@ include Config PKG_NAME = pyfire PKG_VER = 0.99.1 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DIR_APP = $(DIR_SOURCE)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +DEPS = python-dbus hal +BUILD_DEPS = + +LICENSE = GPLv3+ +URL = http://www.ipfire.org +SHORT_DESC = A python library for easy functions. + +define LONG_DESC + Pyfire is a library which offers a lot of easy to use functions. +endef ############################################################################### # Top-level Rules