summaryrefslogtreecommitdiff
path: root/community/python2-openbabel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-openbabel/PKGBUILD')
-rw-r--r--community/python2-openbabel/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/python2-openbabel/PKGBUILD b/community/python2-openbabel/PKGBUILD
deleted file mode 100644
index e92bf168d..000000000
--- a/community/python2-openbabel/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67419 2012-03-11 14:36:28Z cbrannon $
-# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Michal Bozon <bozonm@vscht.cz>
-
-pkgname=python2-openbabel
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="Python 2 bindings of openbabel library"
-arch=('i686' 'x86_64')
-url="http://openbabel.org/wiki/Python"
-license=('GPL')
-depends=('python2' 'gcc-libs' "openbabel=${pkgver}" 'eigen')
-makedepends=('swig')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/openbabel/openbabel-$pkgver.tar.gz)
-md5sums=('1f029b0add12a3b55582dc2c832b04f8')
-
-package() {
- cd ${srcdir}/openbabel-$pkgver/scripts/python
- sed -i '19i os.path.join("/usr/include/openbabel-2.0"),' setup.py
- sed -i '20i os.path.join("/usr/include/eigen2"),' setup.py
- python2 setup.py install --prefix=/usr --root=${pkgdir}
-}