mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package: (thanks to Andras)
- add package feedparser needed by upcoming SABnzbd plugin
This commit is contained in:
parent
9e6256ec5d
commit
d1ff15daa2
13
packages/python/web/feedparser/build
Executable file
13
packages/python/web/feedparser/build
Executable 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 "{}" ";"
|
7
packages/python/web/feedparser/install
Executable file
7
packages/python/web/feedparser/install
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install Python
|
||||||
|
|
||||||
|
cp -PR $PKG_BUILD/.install/* $INSTALL
|
1
packages/python/web/feedparser/url
Normal file
1
packages/python/web/feedparser/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://poc.ginf.hu/feedparser-4.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user