diff --git a/packages/python/other/feedparser/build b/packages/python/other/feedparser/build deleted file mode 100755 index f88dc7cb93..0000000000 --- a/packages/python/other/feedparser/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python - -. config/options.python - -cd $PKG_BUILD -$PYTHON setup.py install --prefix /usr --root .install - -find .install -name "*.py" -exec rm -rf "{}" ";" diff --git a/packages/python/other/feedparser/install b/packages/python/other/feedparser/install deleted file mode 100755 index 19d1a57e8b..0000000000 --- a/packages/python/other/feedparser/install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python - -cp -PR $PKG_BUILD/.install/* $INSTALL \ No newline at end of file diff --git a/packages/python/other/feedparser/url b/packages/python/other/feedparser/url deleted file mode 100644 index cdf38ec332..0000000000 --- a/packages/python/other/feedparser/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/feedparser-4.1.tar.bz2 \ No newline at end of file