From: Stefan Schantl Date: Wed, 5 Aug 2009 18:55:35 +0000 (+0200) Subject: Added additional information to lfs/python-IPy. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fabcf820471e84aa6d8f00dbcab2df01d2f76f7;p=ipfire-3.x.git Added additional information to lfs/python-IPy. --- diff --git a/lfs/python-IPy b/lfs/python-IPy index 094b63a7a..e60f1a1c6 100644 --- a/lfs/python-IPy +++ b/lfs/python-IPy @@ -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