mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
added aur/python2-yenc
This commit is contained in:
parent
9794818def
commit
a48b483015
1 changed files with 31 additions and 0 deletions
31
aur/python2-yenc/PKGBUILD
Normal file
31
aur/python2-yenc/PKGBUILD
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Maintainer: Clément Démoulins <clement@archivel.fr>
|
||||
# Contributor: Lucky <aur.archlinux.org [at] lucky.take0ver [dot] net>
|
||||
# Contributor: Jonathan Curran <jonc@icicled.net>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python2-yenc
|
||||
_pkgname="dual75-yenc"
|
||||
pkgver=0.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="yEnc encoding/decoding module for python2"
|
||||
url="http://www.golug.it/yenc.html"
|
||||
arch=('i686' 'x86_64')
|
||||
license=("GPL")
|
||||
depends=("python2")
|
||||
conflicts=("python-yenc")
|
||||
replaces=("python-yenc")
|
||||
|
||||
#source=("http://www.golug.it/pub/yenc/${_pkgname}-${pkgver}.tar.gz")
|
||||
source=("https://bitbucket.org/dual75/yenc/get/${pkgver}.tar.bz2")
|
||||
md5sums=('b6605653c353073d814dafa66451d00d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
python2 setup.py install --root="${pkgdir}" --optimize=1
|
||||
}
|
Loading…
Reference in a new issue