summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/iplib/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 03:21:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 03:21:02 (GMT)
commit7f8d0dd2a3305c8a40a84570e377ee90c39742c4 (patch)
treebe8d61c24d53ddd0b46f7bc6c45ea69015f5c178 /abs/core-testing/iplib/PKGBUILD
parent950fe8150345a98575205631cb629ff1ff14dd65 (diff)
downloadlinhes_pkgbuild-7f8d0dd2a3305c8a40a84570e377ee90c39742c4.zip
linhes_pkgbuild-7f8d0dd2a3305c8a40a84570e377ee90c39742c4.tar.gz
linhes_pkgbuild-7f8d0dd2a3305c8a40a84570e377ee90c39742c4.tar.bz2
Rename iplib to python-iplib
Diffstat (limited to 'abs/core-testing/iplib/PKGBUILD')
-rwxr-xr-xabs/core-testing/iplib/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
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
- }