]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/pyfire.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 5 Aug 2009 18:47:09 +0000 (20:47 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 5 Aug 2009 18:47:09 +0000 (20:47 +0200)
lfs/pyfire

index 9025ddb0af20b7ce98cb4881b1ad7d1c7b9af757..e1277a9e7897624bdd6730330e9982bac2c82a40 100644 (file)
@@ -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