summaryrefslogtreecommitdiffstats
path: root/extra/pyfeedparser/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-03-05 17:27:36 +0100
committersibel <sibel@free.fr>2010-03-05 17:27:36 +0100
commit612e3091d0aaf3597abad0128d533f9f9fdf2f7a (patch)
treeca9f67182fa4668a11880bea00509fa826938102 /extra/pyfeedparser/Pkgfile
parentb39a5785da8f6058dedd1599abca9552ef2a1f44 (diff)
parent68e029f4c4081f1918c1750e8ed84eb716cc4581 (diff)
downloadnutyx-extra-612e3091d0aaf3597abad0128d533f9f9fdf2f7a.tar.gz
nutyx-extra-612e3091d0aaf3597abad0128d533f9f9fdf2f7a.tar.bz2
nutyx-extra-612e3091d0aaf3597abad0128d533f9f9fdf2f7a.tar.xz
nutyx-extra-612e3091d0aaf3597abad0128d533f9f9fdf2f7a.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/pyfeedparser/Pkgfile')
-rw-r--r--extra/pyfeedparser/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pyfeedparser/Pkgfile b/extra/pyfeedparser/Pkgfile
new file mode 100644
index 000000000..88f929619
--- /dev/null
+++ b/extra/pyfeedparser/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Connecteur Python pour Parse RSS
+# URL: http://feedparser.sf.net
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: python libxml2
+
+name=pyfeedparser
+version=4.1
+release=1
+source=(http://downloads.sourceforge.net/feedparser/feedparser-$version.zip\
+ feedparser_utf8_decoding.patch)
+
+build() {
+ patch -Np0 -i feedparser_utf8_decoding.patch
+
+ python setup.py build
+ python setup.py install --prefix=/usr --root=$PKG
+}