mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Added python-yenc because sabnzbd depends on it
This commit is contained in:
parent
6d81044f28
commit
c73d2bf71b
1 changed files with 20 additions and 0 deletions
20
community/python-yenc/PKGBUILD
Normal file
20
community/python-yenc/PKGBUILD
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in a new issue