diff options
Diffstat (limited to 'extra/pyfeedparser/Pkgfile')
-rw-r--r-- | extra/pyfeedparser/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/pyfeedparser/Pkgfile b/extra/pyfeedparser/Pkgfile index 4bd342ec7..71e7a0fd1 100644 --- a/extra/pyfeedparser/Pkgfile +++ b/extra/pyfeedparser/Pkgfile @@ -2,7 +2,9 @@ # URL: http://feedparser.sf.net # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: python libxml2 +# Depends on: + +#python libxml2 name=pyfeedparser version=4.1 @@ -13,7 +15,7 @@ source=(http://downloads.sourceforge.net/feedparser/feedparser-$version.zip\ build() { patch -Np0 -i feedparser_utf8_decoding.patch - python setup.py build - python setup.py install --prefix=/usr --root=$PKG + python2 setup.py build + python2 setup.py install --prefix=/usr --root=$PKG } |