new package: (thanks to Andras)

- add package yenc needed by upcoming SABnzbd plugin
This commit is contained in:
Stephan Raue 2010-01-07 23:14:45 +01:00
parent ac09b3abf6
commit 9e6256ec5d
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://www.golug.it/pub/yenc/yenc-0.3.tar.gz