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

index 959c9984e2ef6a4cb6538f238928dfe40f569042..508379ead2fb8807ba30c13b3eb1b39a9a290cfa 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = Python
 PKG_VER    = 2.6.2
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,25 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Development/Languages
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+DEPS       =
+BUILD_DEPS =
+
+LICENSE    = Python
+URL        = http://www.python.org
+SHORT_DESC = An interpreted, interactive, object-oriented programming language.
+
+define LONG_DESC
+       Python is an interpreted, interactive, object-oriented programming \
+       language often compared to Tcl, Perl, Scheme or Java. Python includes \
+       modules, classes, exceptions, very high level dynamic data types and \
+       dynamic typing. Python supports interfaces to many system calls and \
+       libraries, as well as to various windowing systems.
+endef
 
 ###############################################################################
 # Top-level Rules