summaryrefslogtreecommitdiff
path: root/community/adns-python
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/adns-python
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/adns-python')
-rw-r--r--community/adns-python/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/adns-python/PKGBUILD b/community/adns-python/PKGBUILD
deleted file mode 100644
index 9c1fc0cc7..000000000
--- a/community/adns-python/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 65029 2012-02-20 02:06:35Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Ben Mazer <blm@groknil.org>
-
-pkgname=adns-python
-pkgver=1.2.1
-pkgrel=5
-pkgdesc="python bindings for adns"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/adns-python/"
-depends=('adns' 'python2')
-makedepends=()
-license=('GPL2')
-source=(http://adns-python.googlecode.com/files/adns-python-$pkgver.tar.gz)
-md5sums=('12cc7ad1b0ee8d818005e9ca4def758b')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- # python2 fix
- sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' DNSBL.py
- sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' ADNS.py
-
- python2 setup.py install --root=$pkgdir
-}