Files
Arch-R/packages/python/web/feedparser/meta
Stephan Raue a242c35987 feedparser: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:16:39 +01:00

17 lines
481 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"
PKG_AUTORECONF="no"