forked from ports/contrib
17 lines
435 B
Plaintext
17 lines
435 B
Plaintext
|
# Description: Parse RSS and Atom feeds in Python.
|
||
|
# URL: http://www.feedparser.org/
|
||
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
||
|
# Packager: Younes Hafri, ycrux at club-internet dot fr
|
||
|
#
|
||
|
# Depends on: python
|
||
|
|
||
|
name=feedparser
|
||
|
version=4.1
|
||
|
release=1
|
||
|
source=(http://dl.sourceforge.net/sourceforge/$name/feedparser-$version.zip)
|
||
|
|
||
|
build () {
|
||
|
python setup.py install --root=$PKG
|
||
|
chown -R root:root $PKG
|
||
|
}
|