diff options
author | sibel <lesibel@free.fr> | 2011-01-19 10:01:35 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-01-19 10:01:35 +0100 |
commit | 9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b (patch) | |
tree | fe63a0b22c2df38a0df5664cf1cd1ac7c5fbb34e /extra | |
parent | 52ce5bfc899a130c82b7c246a7d52fc5df717105 (diff) | |
download | nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.gz nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.bz2 nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.tar.xz nutyx-extra-9bc9b10ba2dbd8acaa3bd2ca4d0845c95df2b91b.zip |
urwid, maj 0.9.9.1-2
Diffstat (limited to 'extra')
-rw-r--r-- | extra/urwid/.footprint | 7 | ||||
-rw-r--r-- | extra/urwid/Pkgfile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/extra/urwid/.footprint b/extra/urwid/.footprint index 5ad9404aa..4e30869fc 100644 --- a/extra/urwid/.footprint +++ b/extra/urwid/.footprint @@ -2,12 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python2.7/ drwxr-xr-x root/root usr/lib/python2.7/site-packages/ -drwxr-xr-x root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/ --rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/not-zip-safe --rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info/top_level.txt +-rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid-0.9.9.1-py2.7.egg-info drwxr-xr-x root/root usr/lib/python2.7/site-packages/urwid/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid/__init__.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/urwid/__init__.pyc diff --git a/extra/urwid/Pkgfile b/extra/urwid/Pkgfile index 36e6729d2..6e52d5c46 100644 --- a/extra/urwid/Pkgfile +++ b/extra/urwid/Pkgfile @@ -7,10 +7,13 @@ name=urwid version=0.9.9.1 -release=1 +release=2 source=(http://excess.org/$name/$name-$version.tar.gz) build() { -cd $name-$version + cd $name-$version + + sed -i 's#bin/python#bin/python2#' urwid/*.py + python2 setup.py build install --root=$PKG chown 0:0 -R $PKG } |