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

index 094b63a7a7278a0fca79f910445aaf87041ea14b..e60f1a1c60d6527ec298048585a3e466b25185af 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = IPy
 PKG_VER    = 0.62
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,24 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+DEPS       = python
+BUILD_DEPS =
+
+LICENSE    = BSD
+URL        = http://software.inl.fr/trac/trac.cgi/wiki/IPy
+SHORT_DESC = Python module for handling IPv4 and IPv6 Addresses and Networks.
+
+define LONG_DESC
+       IPy is a Python module for handling IPv4 and IPv6 Addresses and \
+       Networks in a fashion similar to perl's Net::IP and friends. The IP \
+       class allows a comfortable parsing and handling for most notations \
+       in use for IPv4 and IPv6 Addresses and Networks.
+endef
 
 ###############################################################################
 # Top-level Rules