new package: (thanks to Andras)

- add package feedparser needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 23:15:03 +01:00
parent 9e6256ec5d
commit d1ff15daa2
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/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 "{}" ";"

View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -0,0 +1 @@
http://poc.ginf.hu/feedparser-4.1.tar.bz2