1 # Maintainer: mathieui <mathieui(AT)mathieui(DOT)net>
2 # Contributor: Celos <celos94(AT)gmail(DOT)com>
7 pkgdesc="Python class and tools for handling of IPv4 and IPv6 addresses and networks."
9 url="https://github.com/haypo/python-ipy/"
12 source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
13 md5sums=('d56716a3d8c77fe8539b6e90c88010bd')
16 cd "$startdir/src/IPy-$pkgver"
17 python setup.py install --prefix=/usr --root=${startdir}/pkg
18 install -D -m644 $startdir/src/IPy-$pkgver/COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
21 # vim:set ts=2 sw=2 et: