updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / python-ipy / PKGBUILD
blobf8c0353d6edc660a9ff50d6ea25d674d5da3e2ef
1 # Maintainer: mathieui <mathieui(AT)mathieui(DOT)net>
2 # Contributor: Celos <celos94(AT)gmail(DOT)com>
4 pkgname=python-ipy
5 pkgver=0.72
6 pkgrel=1
7 pkgdesc="Python class and tools for handling of IPv4 and IPv6 addresses and networks."
8 arch=('any')
9 url="http://software.inl.fr/trac/wiki/IPy"
10 license=('BSD')
11 depends=('python2')
12 source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
13 md5sums=('bed3349aa012711414c447823d538ba3')
15 build() {
16   cd "$startdir/src/IPy-$pkgver"
17   python2 setup.py install --prefix=/usr --root=${startdir}/pkg
18   install -D -m644 $startdir/src/IPy-$pkgver/COPYING $startdir/pkg/usr/share/licenses/python-ipy/COPYING
21 # vim:set ts=2 sw=2 et: