summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/python-pycurl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/python-pycurl/PKGBUILD')
-rw-r--r--abs/core-testing/python-pycurl/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core-testing/python-pycurl/PKGBUILD b/abs/core-testing/python-pycurl/PKGBUILD
deleted file mode 100644
index 3d17877..0000000
--- a/abs/core-testing/python-pycurl/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: kontrast <kontr4st@gmail.com>
-pkgname=python-pycurl
-pkgver=7.19.0
-pkgrel=3
-pkgdesc="A Python interface to libcurl"
-arch=('i686' 'x86_64')
-url="http://pycurl.sourceforge.net"
-license=('GPL')
-depends=('python' 'curl>=7.19.0')
-replaces=('pycurl')
-provides=('pycurl')
-source=(http://pycurl.sourceforge.net/download/pycurl-$pkgver.tar.gz)
-md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b')
-
-build() {
- cd $srcdir/pycurl-$pkgver
- python setup.py install --curl-config=/usr/bin/curl-config --prefix $pkgdir/usr || return 1
-}