Files
Arch-R/packages/python/web/feedparser/meta
Stephan Raue ce9fc7593f feedparser: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-15 15:25:55 +01:00

15 lines
460 B
Plaintext

PKG_NAME="feedparser"
PKG_VERSION="4.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="http://www.feedparser.org/"
PKG_URL="http://poc.ginf.hu/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="Python distribute"
PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross"
PKG_PRIORITY="optional"
PKG_SECTION="python/web"
PKG_SHORTDESC="feedparser: Parse RSS and Atom feeds in Python."
PKG_LONGDESC="Parse RSS and Atom feeds in Python."
PKG_IS_ADDON="no"