diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-18 01:55:42 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-18 01:55:42 (GMT) |
commit | fca6341efb75890fb86fdc9a48526dfdd63661de (patch) | |
tree | b9d41cb3a7401edd3f6097ad43dd1888aa350b52 /abs | |
parent | acccdaca1a8d22095aff5676cce02c40de53d508 (diff) | |
download | linhes_pkgbuild-fca6341efb75890fb86fdc9a48526dfdd63661de.zip linhes_pkgbuild-fca6341efb75890fb86fdc9a48526dfdd63661de.tar.gz linhes_pkgbuild-fca6341efb75890fb86fdc9a48526dfdd63661de.tar.bz2 |
python-iplib: update/bump
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/python-iplib/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/python-iplib/PKGBUILD b/abs/core/python-iplib/PKGBUILD index 9909832..5dea0ec 100755 --- a/abs/core/python-iplib/PKGBUILD +++ b/abs/core/python-iplib/PKGBUILD @@ -3,14 +3,14 @@ pkgver=1.1 pkgrel=1 pkgdesc="IPlib is a Python module useful to convert amongst many different notations and to manage couples of address/netmask in the CIDR notation." url="http://www.pymedia.org" -license="" -depends=('python') -makedepends=('python>=2.3') +arch=('i686') +license=('GPL') +depends=('python2') +makedepends=('python2>=2.3') source=(http://erlug.linux.it/~da/soft/iplib/iplib-1.1.tar.gz) +md5sums=('3437ddbfc1986b2d06e7f4a0724ac5a0') - arch=('i686') build() { cd $startdir/src/iplib* - yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr - } -md5sums=('3437ddbfc1986b2d06e7f4a0724ac5a0') + yes "" | python2 setup.py install --root=$startdir/pkg --prefix=/usr +} |