move package mutagen:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:57:14 +02:00
parent 698d7665bb
commit 00a31f1515
3 changed files with 0 additions and 29 deletions

View File

@ -1,21 +0,0 @@
#!/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 $SYSROOT_PREFIX
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
find .install -name "*.py" -type f -exec rm -rf "{}" ";"
find .install -name "*.pyo" -type f -exec rm -rf "{}" ";"
rm -rf .install/usr/lib/python*/site-packages/tests
rm -rf .install/usr/bin
rm -rf .install/usr/share

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://quodlibet.googlecode.com/files/mutagen-1.15.tar.gz