updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / python3-ipy / PKGBUILD
blobfb34448268c618e3c2df25452e17ccf9068f7633
1 # Maintainer: mathieui <mathieui(AT)mathieui(DOT)net>
2 # Contributor: Celos <celos94(AT)gmail(DOT)com>
4 pkgname=python3-ipy
5 pkgver=0.75
6 pkgrel=1
7 pkgdesc="Python class and tools for handling of IPv4 and IPv6 addresses and networks."
8 arch=('any')
9 url="https://github.com/haypo/python-ipy/"
10 license=('BSD')
11 depends=('python')
12 source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
13 md5sums=('d56716a3d8c77fe8539b6e90c88010bd')
15 build() {
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: