From 7f8d0dd2a3305c8a40a84570e377ee90c39742c4 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Fri, 13 Mar 2009 22:21:02 -0500 Subject: Rename iplib to python-iplib --- abs/core-testing/iplib/PKGBUILD | 15 --------------- abs/core-testing/python-iplib/PKGBUILD | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100755 abs/core-testing/iplib/PKGBUILD create mode 100755 abs/core-testing/python-iplib/PKGBUILD diff --git a/abs/core-testing/iplib/PKGBUILD b/abs/core-testing/iplib/PKGBUILD deleted file mode 100755 index 9171293..0000000 --- a/abs/core-testing/iplib/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -pkgname=python-iplib -pkgver=1.0 -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') -source=(http://erlug.linux.it/~da/soft/iplib/iplib-1.0.tar.gz) - - arch=('i686') -build() { - cd $startdir/src/iplib* - yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr - } diff --git a/abs/core-testing/python-iplib/PKGBUILD b/abs/core-testing/python-iplib/PKGBUILD new file mode 100755 index 0000000..9171293 --- /dev/null +++ b/abs/core-testing/python-iplib/PKGBUILD @@ -0,0 +1,15 @@ +pkgname=python-iplib +pkgver=1.0 +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') +source=(http://erlug.linux.it/~da/soft/iplib/iplib-1.0.tar.gz) + + arch=('i686') +build() { + cd $startdir/src/iplib* + yes "" | python setup.py install --root=$startdir/pkg --prefix=/usr + } -- cgit v0.12