summaryrefslogtreecommitdiffstats
path: root/extra/pyfeeparser/Pkgfile
blob: 88f929619e751afc8558548047cf44083d3d5903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}