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

name=urwid
version=0.9.9.1
release=1
source=(http://excess.org/$name/$name-$version.tar.gz)
build() {
cd $name-$version
	python setup.py build install --root=$PKG
	chown 0:0 -R $PKG
}