PKG_NAME = IPy
PKG_VER = 0.62
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.gz
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