new package: (thanks to Andras)

- add package Cheetah needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 23:14:26 +01:00
parent f0d6dd0b6d
commit ac09b3abf6
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py build
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"
rm -rf .install/usr/bin

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://mesh.dl.sourceforge.net/sourceforge/cheetahtemplate/Cheetah-2.0.1.tar.gz