Added python-yenc because sabnzbd depends on it

This commit is contained in:
Mike Staszel 2010-09-14 04:54:17 +00:00
parent 6d81044f28
commit c73d2bf71b

View file

@ -0,0 +1,20 @@
# Contributor: Jonathan Curran <jonc@icicled.net>
# No Plugbox changes, sabnzbd depends on this package.
pkgname=python-yenc
pkgver=0.3
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL')
pkgdesc="yenc decoder for python"
url="http://sabnzbd.sourceforge.net/"
depends=('python')
source=(http://sabnzbd.sourceforge.net/yenc-$pkgver.tar.gz)
md5sums=('7b3edd32db6c1ce566ad550e3de64c83')
build() {
cd $startdir/src/yenc-$pkgver
python setup.py install --root=$startdir/pkg
}