Files
Arch-R/packages/python/web/feedparser/build
Stephan Raue d1ff15daa2 new package: (thanks to Andras)
- add package feedparser needed by upcoming SABnzbd plugin
2010-01-07 23:15:03 +01:00

14 lines
221 B
Bash
Executable File

#!/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 "{}" ";"