move package IMDbPY:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:59:15 +02:00
parent 364fd5bb70
commit b8c9a67a28
3 changed files with 0 additions and 24 deletions

View File

@ -1,16 +0,0 @@
#!/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 "{}" ";"
rm -rf .install/usr/bin
rm -rf .install/usr/doc

View File

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

View File

@ -1 +0,0 @@
http://prdownloads.sourceforge.net/imdbpy/IMDbPY-4.1.tar.gz