move package cssutils:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 09:02:23 +02:00
parent 2e58a1bccd
commit 26f3ddf442
3 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py bdist_egg --exclude-source-files

View File

@ -1,11 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
. config/options.python
PKG_SRC_DIR=`ls -d $BUILD/$1[-_][0-9]*`
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg

View File

@ -1 +0,0 @@
http://sources.openelec.tv/svn/cssutils-0.9.5.1.tar.bz2