summaryrefslogtreecommitdiffstats
path: root/extra/pyfeeparser/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-05 15:18:19 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-05 15:18:19 +0100
commit68e029f4c4081f1918c1750e8ed84eb716cc4581 (patch)
treeca9f67182fa4668a11880bea00509fa826938102 /extra/pyfeeparser/Pkgfile
parenta984f4b016a50433aa84b027d7ad957e0cb75a2c (diff)
downloadnutyx-extra-68e029f4c4081f1918c1750e8ed84eb716cc4581.tar.gz
nutyx-extra-68e029f4c4081f1918c1750e8ed84eb716cc4581.tar.bz2
nutyx-extra-68e029f4c4081f1918c1750e8ed84eb716cc4581.tar.xz
nutyx-extra-68e029f4c4081f1918c1750e8ed84eb716cc4581.zip
pyfeedparser, correction du dossier
Diffstat (limited to 'extra/pyfeeparser/Pkgfile')
-rw-r--r--extra/pyfeeparser/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pyfeeparser/Pkgfile b/extra/pyfeeparser/Pkgfile
deleted file mode 100644
index 88f929619..000000000
--- a/extra/pyfeeparser/Pkgfile
+++ /dev/null
@@ -1,18 +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: 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
-}