mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/python2-configshell to 1.1-4
This commit is contained in:
parent
16f2303c6f
commit
a4765d0b61
1 changed files with 16 additions and 7 deletions
|
@ -1,22 +1,29 @@
|
|||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
# Contributor: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python2-configshell
|
||||
_pkgname=configshell
|
||||
pkgver=1.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
epoch=
|
||||
pkgdesc="python framework for building simple CLI-based applications"
|
||||
arch=('any')
|
||||
url="http://www.risingtidesystems.com/git/?p=configshell.git;a=summary"
|
||||
license=('AGPL3')
|
||||
depends=('python2-simpleparse' 'python-urwid' 'epydoc')
|
||||
makedepends=('python2-distribute')
|
||||
source=(http://archlinuxarm.org/builder/src/"$_pkgname-$pkgver.tgz")
|
||||
md5sums=('2c9a1c7c4416970bc3049c959101c8f2')
|
||||
depends=('python2-simpleparse' 'python2-urwid' 'epydoc')
|
||||
provides=()
|
||||
conflicts=()
|
||||
options=()
|
||||
source=()
|
||||
md5sums=()
|
||||
|
||||
_pkgname=configshell
|
||||
|
||||
build() {
|
||||
if [ ! -e "$_pkgname-$pkgver.tgz" ]; then
|
||||
wget "http://www.risingtidesystems.com/git/?p=$_pkgname.git;a=snapshot;h=3ba5560219d7ae8545ce825f4ba778b5c2c90893;sf=tgz" -O "$_pkgname-$pkgver.tgz"
|
||||
fi
|
||||
bsdtar -xf "$srcdir/$_pkgname-$pkgver.tgz"
|
||||
cd "$srcdir/$_pkgname"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
@ -25,3 +32,5 @@ package() {
|
|||
cd "$srcdir/$_pkgname"
|
||||
python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue