mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
removed aur/python-yenc
This commit is contained in:
parent
85bc57d7a5
commit
9794818def
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
# Contributor: Jonathan Curran <jonc@icicled.net>
|
||||
# Maintainer: Clément Démoulins <clement@archivel.fr>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python-yenc
|
||||
pkgver=0.3
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
pkgdesc="yenc decoder for python"
|
||||
url="http://sabnzbd.sourceforge.net/"
|
||||
depends=('python2')
|
||||
source=(http://sabnzbd.sourceforge.net/yenc-$pkgver.tar.gz)
|
||||
md5sums=('7b3edd32db6c1ce566ad550e3de64c83')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/yenc-$pkgver
|
||||
python2 setup.py install --root=$startdir/pkg
|
||||
}
|
||||
|
Loading…
Reference in a new issue