# Description: Connecteur Python pour Parse RSS # URL: http://feedparser.sf.net # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: libxml2 # Run on: libxml2 name=pyfeedparser version=4.1 release=1 source=(http://downloads.sourceforge.net/feedparser/feedparser-$version.zip\ http://nutyx.meticul.eu/files/patchs/$name/feedparser_utf8_decoding.patch) build() { patch -Np0 -i feedparser_utf8_decoding.patch python2 setup.py build python2 setup.py install --prefix=/usr --root=$PKG }