diff --git a/packages/graphics/driconf/build b/packages/graphics/driconf/build deleted file mode 100755 index 3e5de86508..0000000000 --- a/packages/graphics/driconf/build +++ /dev/null @@ -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 "{}" ";" diff --git a/packages/graphics/driconf/install b/packages/graphics/driconf/install deleted file mode 100755 index eb78610813..0000000000 --- a/packages/graphics/driconf/install +++ /dev/null @@ -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 \ No newline at end of file diff --git a/packages/graphics/driconf/url b/packages/graphics/driconf/url deleted file mode 100644 index d572396a41..0000000000 --- a/packages/graphics/driconf/url +++ /dev/null @@ -1 +0,0 @@ -http://people.freedesktop.org/~fxkuehl/driconf/driconf-0.9.1.tar.gz \ No newline at end of file