move package driconf:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:06:58 +02:00
parent 3b94ed577b
commit 0a10147e8d
3 changed files with 0 additions and 35 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build pygtk
. config/options.python
cd $PKG_BUILD
sed -i -e "s%/usr/local%/usr%" setup.cfg
$PYTHON setup.py install -O1 --root ./.install
sed -i -e "s%$ROOT/$TOOLCHAIN%/usr%" .install/usr/bin/driconf
sed -i -e "s%/usr/local%/usr%" .install/usr/bin/driconf
find .install -name "*.py" -exec rm -rf "{}" ";"
find .install -name "*.pyo" -exec rm -rf "{}" ";"

View File

@ -1,13 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install Python
$SCRIPTS/install pygtk
$SCRIPTS/install xdriinfo
BUILD_DIR=`ls -d $PKG_BUILD`
. config/options.python
cp -PR $BUILD_DIR/.install/* $INSTALL

View File

@ -1 +0,0 @@
http://people.freedesktop.org/~fxkuehl/driconf/driconf-0.9.1.tar.gz