contrib/feedparser/Pkgfile

17 lines
434 B
Plaintext
Raw Normal View History

2007-03-25 06:12:01 +02:00
# Description: Parse RSS and Atom feeds in Python
# URL: http://feedparser.org/
2007-03-17 11:38:20 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2007-03-25 06:12:01 +02:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
2007-03-17 11:38:20 +01:00
#
2007-03-25 06:12:01 +02:00
# Depends on: python
2007-03-17 11:38:20 +01:00
name=feedparser
version=4.1
release=1
2007-03-25 06:12:01 +02:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.zip)
2007-03-17 11:38:20 +01:00
2007-03-25 06:12:01 +02:00
build() {
2007-03-17 11:38:20 +01:00
python setup.py install --root=$PKG
chown -R root:root $PKG
}