]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/python-IPy/python-IPy.nm
1206f0545ebaf6fed0bfcbc3de9c568cf9c2e3be
[people/ms/ipfire-3.x.git] / pkgs / python-IPy / python-IPy.nm
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20
21 ###############################################################################
22 # Definitions
23 ###############################################################################
24
25 include $(PKGROOT)/Include
26
27 PKG_NAME = IPy
28 PKG_VER = 0.62
29 PKG_REL = 1
30 PKG_ARCH = noarch
31
32 PKG_MAINTAINER =
33 PKG_GROUPS = System/Libraries
34 PKG_URL = http://software.inl.fr/trac/trac.cgi/wiki/IPy
35 PKG_LICENSE = BSD
36 PKG_SUMMARY = Python module for handling IPv4 and IPv6 Addresses and Networks.
37
38 PKG_BUILD_DEPS+= python-devel
39
40 define PKG_DESCRIPTION
41 IPy is a Python module for handling IPv4 and IPv6 Addresses and \
42 Networks in a fashion similar to perl's Net::IP and friends. The IP \
43 class allows a comfortable parsing and handling for most notations \
44 in use for IPv4 and IPv6 Addresses and Networks.
45 endef
46
47 PKG_TARBALL = $(THISAPP).tar.gz
48
49 STAGE_BUILD = # Nothing to do
50
51 define STAGE_INSTALL
52 cd $(DIR_APP) && python setup.py install --root=$(BUILDROOT)
53 endef