summaryrefslogtreecommitdiffstats
path: root/extra/pyfeeparser/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-05 12:55:17 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-05 12:55:17 +0100
commita984f4b016a50433aa84b027d7ad957e0cb75a2c (patch)
treeeb365f400440f79c974e968a595000ca53734f6c /extra/pyfeeparser/Pkgfile
parent9a0c0778726873530be82a5b328e8a879b71590c (diff)
downloadnutyx-pakxe-a984f4b016a50433aa84b027d7ad957e0cb75a2c.tar.gz
nutyx-pakxe-a984f4b016a50433aa84b027d7ad957e0cb75a2c.tar.bz2
nutyx-pakxe-a984f4b016a50433aa84b027d7ad957e0cb75a2c.tar.xz
nutyx-pakxe-a984f4b016a50433aa84b027d7ad957e0cb75a2c.zip
Ajout pyfeedparser#4.1-1
Diffstat (limited to 'extra/pyfeeparser/Pkgfile')
-rw-r--r--extra/pyfeeparser/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pyfeeparser/Pkgfile b/extra/pyfeeparser/Pkgfile
new file mode 100644
index 000000000..88f929619
--- /dev/null
+++ b/extra/pyfeeparser/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
+}