summaryrefslogtreecommitdiffstats
path: root/extra/pyfeedparser/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-05 20:44:16 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-05 20:44:16 +0100
commitd497ab6cf6b595271493906ef33b6d7e7122ef20 (patch)
tree2613ee93c060db358175806a4711625c0b27462e /extra/pyfeedparser/Pkgfile
parent3e23d6510c4f55f43697ad3b0185732dfd2e7eda (diff)
downloadnutyx-extra-d497ab6cf6b595271493906ef33b6d7e7122ef20.tar.gz
nutyx-extra-d497ab6cf6b595271493906ef33b6d7e7122ef20.tar.bz2
nutyx-extra-d497ab6cf6b595271493906ef33b6d7e7122ef20.tar.xz
nutyx-extra-d497ab6cf6b595271493906ef33b6d7e7122ef20.zip
pyfeedparser dans ouvert
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
-}
-