mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
added aur/python2-simpleparse
This commit is contained in:
parent
522fe68fff
commit
6428101e34
1 changed files with 26 additions and 0 deletions
26
aur/python2-simpleparse/PKGBUILD
Normal file
26
aur/python2-simpleparse/PKGBUILD
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Contributor: Roberto Alsina <ralsina@kde.org>
|
||||
# Updated to 2.1.1a2 by Fabio Varesano <fvaresano@yahoo.it>
|
||||
# Maintainer: Martti Kühne <mysatyre@gmail.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python2-simpleparse
|
||||
_pkgname=SimpleParse
|
||||
pkgver=2.1.1a2
|
||||
pkgrel=1
|
||||
pkgdesc="A simple and fast parser generator"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://simpleparse.sourceforge.net"
|
||||
license=('custom')
|
||||
depends=('python2')
|
||||
makedepends=('python2-distribute')
|
||||
source=("http://downloads.sourceforge.net/simpleparse/$_pkgname-$pkgver.tar.gz")
|
||||
md5sums=('9c4e13b4f9b087442f76e7382ba97e3b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
python2 setup.py bdist_dumb
|
||||
install -D license.txt $pkgdir/usr/share/licenses/$pkgname/COPYING
|
||||
cd $pkgdir
|
||||
tar xzvf $srcdir/$_pkgname-$pkgver/dist/$_pkgname-$pkgver.linux*.tar.gz
|
||||
}
|
Loading…
Reference in a new issue