summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/imdbpy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/imdbpy/PKGBUILD')
-rw-r--r--abs/extra-testing/imdbpy/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/abs/extra-testing/imdbpy/PKGBUILD b/abs/extra-testing/imdbpy/PKGBUILD
deleted file mode 100644
index f3fe589..0000000
--- a/abs/extra-testing/imdbpy/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 5794 2009-11-19 01:18:33Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
-# Contributor: lang2 <wenzhi.liang@gmail.com>
-
-pkgname=imdbpy
-pkgver=4.6
-pkgrel=1
-pkgdesc="Python bindings for imdb"
-url="http://imdbpy.sourceforge.net/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('python')
-makedepends=('setuptools')
-optdepends=('python-lxml' 'python-sqlalchemy' 'python-sqlobject')
-source=(http://downloads.sourceforge.net/$pkgname/IMDbPY-$pkgver.tar.gz)
-
-build(){
- cd "$srcdir/IMDbPY-$pkgver"
- python setup.py install --root="$pkgdir" || return 1
-
- # fix directories path
- mv ${pkgdir}/usr/etc ${pkgdir}
- install -d ${pkgdir}/usr/share
- mv ${pkgdir}/usr/imdb ${pkgdir}/usr/share
- mv ${pkgdir}/usr/doc ${pkgdir}/usr/share/imdb/
-}
-md5sums=('876d4cd041fa23633e3637c22bf95622')