From b8c9a67a28d0066dc7bfce778cf8b0476040aa2f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 08:59:15 +0200 Subject: [PATCH] move package IMDbPY: - no more need, move to pkg-archive branch --- packages/python/other/IMDbPY/build | 16 ---------------- packages/python/other/IMDbPY/install | 7 ------- packages/python/other/IMDbPY/url | 1 - 3 files changed, 24 deletions(-) delete mode 100755 packages/python/other/IMDbPY/build delete mode 100755 packages/python/other/IMDbPY/install delete mode 100644 packages/python/other/IMDbPY/url 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