summaryrefslogtreecommitdiffstats
path: root/extra/pyfeedparser/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyfeedparser/Pkgfile')
-rw-r--r--extra/pyfeedparser/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/pyfeedparser/Pkgfile b/extra/pyfeedparser/Pkgfile
deleted file mode 100644
index 00826f286..000000000
--- a/extra/pyfeedparser/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}
-