summaryrefslogtreecommitdiffstats
path: root/urwid/Pkgfile
blob: 0fef63b76649e3d91cfd40e0d6a85122d9aa13a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Librairie d'interface d'utilisateur console
# URL: http://excess.org/urwid
# Maintainer: NuTyX core team
# Packager: Skippythekangoo AT yahoo DOT fr
# Depends on: 
# Run on:

name=urwid
version=1.0.2
release=1
source=(http://excess.org/$name/$name-$version.tar.gz)
build() {
	cd $name-$version
	
	sed -i 's#bin/python#bin/python2#' urwid/*.py

	python2 setup.py build install --root=$PKG
	chown 0:0 -R $PKG
}