wicd: remove package

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-27 13:50:54 +02:00
parent 81f9de8fd3
commit c5823e4d0c
3 changed files with 0 additions and 42 deletions

View File

@ -1,32 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build pygobject
$SCRIPTS/build dbus-python
. config/options.python
cd $PKG_BUILD
$PYTHON setup.py configure
$PYTHON setup.py build
$PYTHON setup.py install -O1 --skip-build --prefix /usr --root .install
#find .install -name "*.py" -exec rm -rf "{}" ";"
#find .install -name "*.pyo" -exec rm -rf "{}" ";"
#rm -rf .install/usr/bin
rm -rf .install/etc/acpi
rm -rf .install/etc/rc.d
rm -rf .install/etc/xdg
rm -rf .install/usr/share/applications
rm -rf .install/usr/share/doc
rm -rf .install/usr/share/icons
#rm -rf .install/usr/share/locale
rm -rf .install/usr/share/man
rm -rf .install/usr/share/pixmaps
rm -rf .install/var

View File

@ -1,9 +0,0 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install Python
$SCRIPTS/install pygobject
$SCRIPTS/install dbus-python
cp -PR $PKG_BUILD/.install/* $INSTALL

View File

@ -1 +0,0 @@
http://downloads.sourceforge.net/project/wicd/wicd-stable/wicd-1.7.0/wicd-1.7.0.tar.bz2