diff --git a/packages/python/other/IMDbPY/build b/packages/python/other/IMDbPY/build deleted file mode 100755 index ef5c5f8b61..0000000000 --- a/packages/python/other/IMDbPY/build +++ /dev/null @@ -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 diff --git a/packages/python/other/IMDbPY/install b/packages/python/other/IMDbPY/install deleted file mode 100755 index 19d1a57e8b..0000000000 --- a/packages/python/other/IMDbPY/install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python - -cp -PR $PKG_BUILD/.install/* $INSTALL \ No newline at end of file diff --git a/packages/python/other/IMDbPY/url b/packages/python/other/IMDbPY/url deleted file mode 100644 index b72003903e..0000000000 --- a/packages/python/other/IMDbPY/url +++ /dev/null @@ -1 +0,0 @@ -http://prdownloads.sourceforge.net/imdbpy/IMDbPY-4.1.tar.gz \ No newline at end of file