From b91dc628157f65112bd90928b458fb02963cfdf1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 09:00:07 +0200 Subject: [PATCH] move package eyeD3: - no more need, move to pkg-archive branch --- packages/python/other/eyeD3/build | 26 -------------------------- packages/python/other/eyeD3/install | 7 ------- packages/python/other/eyeD3/url | 1 - 3 files changed, 34 deletions(-) delete mode 100755 packages/python/other/eyeD3/build delete mode 100755 packages/python/other/eyeD3/install delete mode 100644 packages/python/other/eyeD3/url diff --git a/packages/python/other/eyeD3/build b/packages/python/other/eyeD3/build deleted file mode 100755 index a059884ee3..0000000000 --- a/packages/python/other/eyeD3/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python - -. config/options.python - -cd $PKG_BUILD - -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - -make - -$PYTHON setup.py install --prefix /usr --root .install - -find .install -name "*.py" -exec rm -rf "{}" ";" - -rm -rf .install/usr/share -rm -rf .install/usr/bin diff --git a/packages/python/other/eyeD3/install b/packages/python/other/eyeD3/install deleted file mode 100755 index 19d1a57e8b..0000000000 --- a/packages/python/other/eyeD3/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/eyeD3/url b/packages/python/other/eyeD3/url deleted file mode 100644 index 6227b92609..0000000000 --- a/packages/python/other/eyeD3/url +++ /dev/null @@ -1 +0,0 @@ -http://eyed3.nicfit.net/releases/eyeD3-0.6.17.tar.gz \ No newline at end of file