PKGBUILDs/aur/python2-guessit/PKGBUILD
Yaron de Leeuw c6d7d7e905 add python2-babelfish python2-guessit and python2-paver
as they are dependecies of flexget
2014-11-04 19:50:35 +02:00

18 lines
576 B
Bash

# Maintainer: Santi Villalba <sdvillal@gmail.com>
pkgname=python2-guessit
pkgver=0.9.3
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
license=(LGPL)
depends=(python2 python2-babelfish python2-stevedore)
makedepends=(python2-distribute)
conflicts=(${pkgname}-git)
source=(http://pypi.python.org/packages/source/g/guessit/guessit-${pkgver}.tar.gz)
md5sums=('b7e79815ef5a057dad4698b61e932953')
package() {
cd "${srcdir}/guessit-${pkgver}"
python2 setup.py install --root="$pkgdir/" --optimize=1
}